From: Simon McVittie Date: Mon, 13 Feb 2012 17:58:29 +0000 (+0000) Subject: Invoke PKG_PROG_PKG_CONFIG early in configure.ac X-Git-Tag: dbus-1.5.10~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=be1b35211f0dc420dfe62506a35561aaef1881b2;p=thirdparty%2Fdbus.git Invoke PKG_PROG_PKG_CONFIG early in configure.ac Otherwise, autoconf can generate wrong code, because our first use of PKG_CHECK_MODULES is conditional. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=46095 Signed-off-by: Simon McVittie Reviewed-by: Guillaume Desmottes --- diff --git a/configure.ac b/configure.ac index 7bd4ddf8d..dd9f1f52c 100644 --- a/configure.ac +++ b/configure.ac @@ -68,6 +68,7 @@ AM_PROG_LIBTOOL AC_PROG_MKDIR_P COMPILER_COVERAGE COMPILER_OPTIMISATIONS +PKG_PROG_PKG_CONFIG # Initialize libtool LT_INIT([win32-dll])