summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2010-09-17 00:09:55 +0200
committerRene Engelhard <rene@debian.org>2010-09-17 00:13:21 +0200
commit9f9047e88704fb75926d5677a9047e173319e71a (patch)
tree388a8c94148c2c4b899149342d863843a2563693 /configure.in
parent1dd0f61440d4f2b95072db03b217d27ed0ff074f (diff)
add explicit call to PKG_PROG_PKG_CONFIG. autogen (regen aclocal.m4)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 13ceb60a049a..06b8262f2da0 100644
--- a/configure.in
+++ b/configure.in
@@ -3531,6 +3531,16 @@ else
fi
dnl ===================================================================
+dnl Check for pkg-config
+dnl # Note that if there is a possibility the first call to
+dnl # PKG_CHECK_MODULES might not happen, you should be sure to include an
+dnl # explicit call to PKG_PROG_PKG_CONFIG in your configure.ac
+dnl ===================================================================
+if test "$_os" != "WNT"; then
+ PKG_PROG_PKG_CONFIG
+fi
+
+dnl ===================================================================
dnl Check for building stax
dnl ===================================================================
AC_MSG_CHECKING([whether to build the stax])