mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
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:
+1
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user