After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 639820 - pkg-config version detection doesn't use $PKG_CONFIG
pkg-config version detection doesn't use $PKG_CONFIG
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other Mac OS
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2011-01-18 07:48 UTC by Anders F Björklund
Modified: 2011-01-18 14:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to use the variable just configured (525 bytes, patch)
2011-01-18 07:57 UTC, Anders F Björklund
none Details | Review

Description Anders F Björklund 2011-01-18 07:48:06 UTC
When trying to determine the version of pkg-config, the m4 macro doesn't use the $PKG_CONFIG variable and thus fails if pkg-config is not in the $PATH.
Comment 1 Anders F Björklund 2011-01-18 07:57:20 UTC
Created attachment 178587 [details] [review]
patch to use the variable just configured