regex: Require PCRE 8.13

Bump the required version for external PCRE to 8.13, to fix the build
with external PCRE.
This commit is contained in:
Christian Persch 2012-07-02 17:56:54 +02:00
parent b5b1179d3f
commit 938c28b36b

View File

@ -2475,7 +2475,7 @@ dnl *********************
dnl *** GRegex checks ***
dnl *********************
PCRE_REQUIRED_VERSION=8.11
PCRE_REQUIRED_VERSION=8.13
# Check if we should use the internal or the system-supplied pcre
AC_ARG_WITH(pcre,