GNOME Bugzilla – Bug 753849
opencv: configure.ac fixes for cross compilation problems
Last modified: 2015-08-20 13:23:36 UTC
Created attachment 309647 [details] [review] Allow for custom opencv prefix The configure.ac script has issues which prevent OpenCV checks from operating correctly in cross compilation environments. The attached patches fix this.
Created attachment 309648 [details] [review] Replace AC_CHECK_FILE with a "test -d" check AC_CHECK_FILE is not suitable for cross compilation. For the OpenCV path check, "test -d" is sufficient.
Comment on attachment 309648 [details] [review] Replace AC_CHECK_FILE with a "test -d" check Please squash both patches together. Why is AC_CHECK_FILE not suitable for cross-compilation? What is it good for then? ;)
*** This bug has been marked as a duplicate of bug 753651 ***