GNOME Bugzilla – Bug 513826
configure script has no option to override cups check
Last modified: 2008-03-05 16:43:11 UTC
Please describe the problem: When cross-compiling gtk+ from linux to other platform, cups-config is found, but the headers can't be used to build anything since we're targetting to another platform. And we get this critical error: checking for cups-config... /usr/bin/cups-config checking cups/cups.h usability... no checking cups/cups.h presence... no checking for cups/cups.h... no configure: error: *** Sorry, cups-config present but cups/cups.h missing. There's no way to override this behaviour, while disabling the feature with a warning should be enough. Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
Created attachment 104241 [details] [review] Proposed patch.
*** Bug 512981 has been marked as a duplicate of this bug. ***
I would prefer having a --without-cups flag. Can that be arranged?
It's probably a better idea indeed.
Created attachment 106619 [details] [review] Add --disable-cups configure option
2008-03-05 Johan Dahlin <johan@gnome.org> * configure.in: Add --disable-cups option. (#513826, Alberto Ruiz)