summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/pcre/pcre_maketables.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/pcre/pcre_maketables.c')
-rw-r--r--src/3rdparty/pcre/pcre_maketables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/pcre/pcre_maketables.c b/src/3rdparty/pcre/pcre_maketables.c
index 17a2625fa0..a44a6eaa90 100644
--- a/src/3rdparty/pcre/pcre_maketables.c
+++ b/src/3rdparty/pcre/pcre_maketables.c
@@ -45,7 +45,7 @@ compilation of dftables.c, in which case the macro DFTABLES is defined. */
#ifndef DFTABLES
-# ifdef PCRE_HAVE_CONFIG_H
+# ifdef HAVE_CONFIG_H
# include "config.h"
# endif
# include "pcre_internal.h"