From 5bc4dd3c3bac9c67851a60ac2ec11f03b299bc37 Mon Sep 17 00:00:00 2001 From: Giuseppe D'Angelo Date: Fri, 18 Apr 2014 14:02:59 +0200 Subject: Bump the minimum required PCRE version to 8.31 This allows us to use JIT also for partial matching. Change-Id: I3963a03e769c61ab68d28c617cbeee2bc49c8f9b Reviewed-by: Friedemann Kleint Reviewed-by: Lars Knoll --- config.tests/unix/pcre/pcre.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.tests') diff --git a/config.tests/unix/pcre/pcre.cpp b/config.tests/unix/pcre/pcre.cpp index 9c765715d3..bb13106c1e 100644 --- a/config.tests/unix/pcre/pcre.cpp +++ b/config.tests/unix/pcre/pcre.cpp @@ -41,7 +41,7 @@ #include -#if (PCRE_MAJOR < 8) || ((PCRE_MAJOR == 8) && (PCRE_MINOR < 30)) +#if (PCRE_MAJOR < 8) || ((PCRE_MAJOR == 8) && (PCRE_MINOR < 31)) #error This PCRE version is not supported #endif -- cgit v1.2.3