From be1b35211f0dc420dfe62506a35561aaef1881b2 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 13 Feb 2012 17:58:29 +0000 Subject: [PATCH] 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 --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 7bd4ddf..dd9f1f5 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]) -- 2.7.4