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:
parent
ad460c2516
commit
7101eb6a3f
@ -119,7 +119,7 @@ AC_SUBST([MAINT])
|
||||
|
||||
dnl Checks
|
||||
|
||||
PKG_PROG_PKG_CONFIG([0.25])
|
||||
PKG_PROG_PKG_CONFIG([0.23])
|
||||
AM_CONDITIONAL([HAVE_PKG_CONFIG], [test "x$PKG_CONFIG" != "x"])
|
||||
AC_SUBST(HAVE_PKG_CONFIG)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user