Downgrade the minimal pkg-config version from 0.25 to 0.23 (which is

the pkg-config version shipped in Red Hat Enterprise Linux 6).
This commit is contained in:
Jose Pedro Oliveira 2013-10-23 17:19:08 +01:00
parent ad460c2516
commit 7101eb6a3f

View File

@ -119,7 +119,7 @@ AC_SUBST([MAINT])
dnl Checks dnl Checks
PKG_PROG_PKG_CONFIG([0.25]) PKG_PROG_PKG_CONFIG([0.23])
AM_CONDITIONAL([HAVE_PKG_CONFIG], [test "x$PKG_CONFIG" != "x"]) AM_CONDITIONAL([HAVE_PKG_CONFIG], [test "x$PKG_CONFIG" != "x"])
AC_SUBST(HAVE_PKG_CONFIG) AC_SUBST(HAVE_PKG_CONFIG)