Require pcre-6.7

This commit is contained in:
Yevgen Muntyan 2007-03-17 23:21:04 -05:00
parent fab1343c7b
commit bcb35b7257

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 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"