diff options
-rw-r--r-- | configure.in | 7 |
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 =================================================================== |