summaryrefslogtreecommitdiffstats
path: root/config.tests/unix/pcre/pcre.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests/unix/pcre/pcre.cpp')
-rw-r--r--config.tests/unix/pcre/pcre.cpp2
1 files changed, 1 insertions, 1 deletions
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 <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