diff --git a/configure.ac b/configure.ac index 5c12ff36ac9..1bf79ed7333 100644 --- a/configure.ac +++ b/configure.ac @@ -222,7 +222,7 @@ dnl Exit autoconf with exit code 16 in this case. This will be dnl caught by the bootstrap script. m4_exit(16)]) -PKG_PROG_PKG_CONFIG([0.29]) +PKG_PROG_PKG_CONFIG([0.29], [PKG_CONFIG=false]) AC_CHECK_PROG(found_ranlib, ranlib, yes, no) if test x$found_ranlib != xyes