Require pcre-6.7

master
Yevgen Muntyan 2007-03-17 23:21:04 -05:00
parent fab1343c7b
commit bcb35b7257
1 changed files with 1 additions and 1 deletions

View File

@ -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
have_pcre="no"
PKG_CHECK_MODULES(PCRE, [libpcre >= 6.4], [
PKG_CHECK_MODULES(PCRE, [libpcre >= 6.7], [
have_pcre="yes"
], [
have_pcre="no"