summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorEike Rathke <erack@apache.org>2011-08-29 13:33:50 +0000
committerEike Rathke <erack@apache.org>2011-08-29 13:33:50 +0000
commit9fff7828a476d5a4677bbdcc73a5f3982a6a63a0 (patch)
tree636d1b411cebbed8110b1dcb5bdff058e75d3133 /configure.in
parent95f049dad0acd648ae50a93104731bafee240708 (diff)
fix pkg-config to be found
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 502a0a0176a2..cbb9c4e4a413 100644
--- a/configure.in
+++ b/configure.in
@@ -737,7 +737,7 @@ AC_ARG_ENABLE(ccache-skip,
caching of the result (currently used on Mac only)
NOTE: requires patched version because of a bug in
ccache (see issue 104567 for details and patch)
- explicitly enable if your version of ccache doesn't
+ explicitly enable if your version of ccache does not
identify as version 2.4_OOo
]],,enable_ccache_skip=auto)
AC_ARG_WITH(lang,
@@ -1095,6 +1095,11 @@ AC_SUBST(OSVERSION)
AC_SUBST(PTHREAD_CFLAGS)
AC_SUBST(PTHREAD_LIBS)
+
+dnl Ensure pkg-config is initialized before any possible use
+PKG_PROG_PKG_CONFIG
+
+
dnl ===================================================================
dnl Set the ENABLE_CRASHDUMP variable.
dnl ===================================================================