From 938c28b36bf7090c654802d877d76f404d783799 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 2 Jul 2012 17:56:54 +0200 Subject: [PATCH] regex: Require PCRE 8.13 Bump the required version for external PCRE to 8.13, to fix the build with external PCRE. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 731adfd..722f89c 100644 --- a/configure.ac +++ b/configure.ac @@ -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, -- 2.7.4