summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/pcre2/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/pcre2/src/config.h')
-rw-r--r--src/3rdparty/pcre2/src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/pcre2/src/config.h b/src/3rdparty/pcre2/src/config.h
index df8e3cff67..fbebfe6be0 100644
--- a/src/3rdparty/pcre2/src/config.h
+++ b/src/3rdparty/pcre2/src/config.h
@@ -28,7 +28,7 @@
For non-x86 platforms we stick to the __GNUC__ compilers only.
*/
-#if !defined(PCRE_DISABLE_JIT) && (\
+#if !defined(PCRE2_DISABLE_JIT) && (\
/* ARM */ \
(defined(__GNUC__) \
&& (defined(__arm__) || defined(__TARGET_ARCH_ARM) || defined(_M_ARM) || defined(__aarch64__))) \