Require pcre-6.7
This commit is contained in:
parent
fab1343c7b
commit
bcb35b7257
@ -19,7 +19,7 @@ AC_HELP_STRING([--with-system-pcre], [whether to use system copy of pcre library
|
|||||||
if test x$MOO_BUILD_PCRE != xyes; then
|
if test x$MOO_BUILD_PCRE != xyes; then
|
||||||
have_pcre="no"
|
have_pcre="no"
|
||||||
|
|
||||||
PKG_CHECK_MODULES(PCRE, [libpcre >= 6.4], [
|
PKG_CHECK_MODULES(PCRE, [libpcre >= 6.7], [
|
||||||
have_pcre="yes"
|
have_pcre="yes"
|
||||||
], [
|
], [
|
||||||
have_pcre="no"
|
have_pcre="no"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user