summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2009-02-06 17:51:15 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-02-24 13:09:44 +0100
commit0f03e5996aae0ed398ae4d1b008c4f9e7db6f48c (patch)
treeeb456355b7d7d474182c7d0aad4d7490921df04b /configure.ac
parent1448e2486e9a2ad6cf6fa6d5ddbef203118b2c9b (diff)
downloadrsyslog-0f03e5996aae0ed398ae4d1b008c4f9e7db6f48c.tar.gz
rsyslog-0f03e5996aae0ed398ae4d1b008c4f9e7db6f48c.tar.xz
rsyslog-0f03e5996aae0ed398ae4d1b008c4f9e7db6f48c.zip
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
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"