GNOME Bugzilla – Bug 755390
configure: Direct "pkg-config" usage break prefixed setup
Last modified: 2015-09-22 15:21:02 UTC
On a system with only a prefixed toolchain (from gcc/binutils to pkg-config) using "pkg-config" directly is wrong. PKG_PROG_PKG_CONFIG, which is required by any PKG_CHECK_MODULES call, will nicely set ${PKG_CONFIG} to the correct value (i.e. AC_PATH_TOOL, with prefix if needed), just use it.
Created attachment 311831 [details] [review] Patch to use ${PKG_CONFIG}
pushed to master, thank you.