From 0cfdd4c1906f8ca4b16bc4c025e99f678b8c14ae Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 13 Feb 2012 17:58:29 +0000 Subject: [PATCH 05/10] 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. Signed-off-by: Simon McVittie --- configure.ac | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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]) -- 1.7.9