From 0f03e5996aae0ed398ae4d1b008c4f9e7db6f48c Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 6 Feb 2009 17:51:15 +0100 Subject: Call PKG_PROG_PKG_CONFIG m4 macro unconditionally. As all the calls to PKG_CHECK_MODULES are conditional, it can happen that PKG_PROG_PKG_CONFIG is not called (i.e. if you not use --enable-relp). So we enforce a check for pkg-config by adding it to the global checks. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 03b1c76c..1e4e3093 100644 --- a/configure.ac +++ b/configure.ac @@ -19,6 +19,8 @@ AC_DISABLE_STATIC AC_PROG_LIBTOOL AC_CANONICAL_HOST +PKG_PROG_PKG_CONFIG + case "${host}" in *-*-linux*) os_type="linux" -- cgit