Merge branch 'master' of github.com:jedisct1/libsodium

* 'master' of github.com:jedisct1/libsodium:
  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:
Frank Denis 2013-10-23 09:52:25 -07:00
commit 43ae7c1d07

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)