From d50b076fa30f5b88e05aa29cfbb70da9b0c312e4 Mon Sep 17 00:00:00 2001 From: George Peter Banyard Date: Wed, 20 May 2020 13:59:38 +0200 Subject: Fix [-Wundef] warning in PCRE extension --- ext/pcre/php_pcre.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/pcre/php_pcre.h') diff --git a/ext/pcre/php_pcre.h b/ext/pcre/php_pcre.h index bf78f992fa..4666f11b78 100644 --- a/ext/pcre/php_pcre.h +++ b/ext/pcre/php_pcre.h @@ -17,7 +17,7 @@ #ifndef PHP_PCRE_H #define PHP_PCRE_H -#if HAVE_BUNDLED_PCRE +#ifdef HAVE_BUNDLED_PCRE #include "pcre2lib/pcre2.h" #else #include "pcre2.h" -- cgit v1.2.1