GNOME Bugzilla – Bug 518892
Allow override of pkg-config results
Last modified: 2008-04-17 18:13:04 UTC
in the configure documentation, it says that the GLIB_CFLAGS/GLIB_LIBS environment variables can override the values discovered by pkg-config. The attached patch actually allows doing so.
Created attachment 106009 [details] [review] Allow override of pkg-config detected values for GLIB
Created attachment 106013 [details] [review] Proper implementation This is a much better fix, it was in fact already fixed in system-wide pkg.m4 This should fix the behaviour for all CFLAGS/LIBS overrides offered in ./configure --help
2008-03-03 Edward Hervey <edward.hervey@collabora.co.uk> * m4/pkg.m4: Allow override of pkg-config results, as proposed by configure --help. This is in fact just a backport from upstream pkg.m4. Fixes #518892