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 <Friedemann.Kleint@digia.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
This commit is contained in:
parent
5f0fb6f114
commit
5bc4dd3c3b
@ -41,7 +41,7 @@
|
||||
|
||||
#include <pcre.h>
|
||||
|
||||
#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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user