GNOME Bugzilla – Bug 578027
configure should fail hard when gphoto backend requested but cannot be enabled
Last modified: 2012-04-30 10:18:17 UTC
Currently configure still succeeds when gphoto backend is requested but cannot be enabled.
Created attachment 133935 [details] [review] Make checks with --enable-gphoto2 stricter Attaching a patch to make the checks a little stricter. If --enable-gphoto2 is passed in but (a) libgphoto2 is not available, or (b) we can't use gphoto2 because we're not on Linux, the build errors out. The automagic dependency calculation when no --enable-gphoto2 works just as it did before.
Can you finally commit this? Thanks a lot
(In reply to comment #2) > Can you finally commit this? Thanks a lot Would have been easier if it was in the correct format. I also fixed the pkg-config checks surrounding this. commit 7d0127ee181c0b282b8f99f461d26fce1c3a27b0 Author: Arun Raghavan <arun@accosted.net> Date: Mon Apr 30 11:15:49 2012 +0100 build: Bail if gphoto support is requested but not available https://bugzilla.gnome.org/show_bug.cgi?id=578027