CentOS 5.11 pkg-config fix

Check for the minimal pkg-config 0.21 version. Without it, CentOS'
pkg-config will fail with the warning:

configure: error: The pkg-config script could not be found or is too old.
pull/1335/merge
Victor Julien 11 years ago
parent bed5b28412
commit 3f44bd504a

@ -11,6 +11,7 @@
AC_LANG_C
AC_PROG_CC_C99
AC_PROG_LIBTOOL
PKG_PROG_PKG_CONFIG(0.21) # 0.21 is the CentOS 5.11 version
AC_DEFUN([FAIL_MESSAGE],[
echo

Loading…
Cancel
Save