regex: Require PCRE 8.13
authorChristian Persch <chpe@gnome.org>
Mon, 2 Jul 2012 15:56:54 +0000 (17:56 +0200)
committerChristian Persch <chpe@gnome.org>
Mon, 2 Jul 2012 16:02:15 +0000 (18:02 +0200)
Bump the required version for external PCRE to 8.13, to fix the build
with external PCRE.

configure.ac

index 731adfd..722f89c 100644 (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,