summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-13 17:58:29 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-21 14:51:11 +0000
commitbe1b35211f0dc420dfe62506a35561aaef1881b2 (patch)
tree298ed23bc0ca4fe36dc76e2061fb41f0bbf59c68
parent8761d7e8ade62b6de04501b067c37d3c3b13bb19 (diff)
downloaddbus-be1b35211f0dc420dfe62506a35561aaef1881b2.tar.gz
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 <simon.mcvittie@collabora.co.uk> Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 7bd4ddf8..dd9f1f52 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])