diff options
Diffstat (limited to 'ext/pcre/config.w32')
-rw-r--r-- | ext/pcre/config.w32 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pcre/config.w32 b/ext/pcre/config.w32 index 52673f5d5..8279f0a33 100644 --- a/ext/pcre/config.w32 +++ b/ext/pcre/config.w32 @@ -10,3 +10,4 @@ AC_DEFINE('HAVE_BUNDLED_PCRE', 1, 'Using bundled PCRE library'); AC_DEFINE('HAVE_PCRE', 1, 'Have PCRE library'); PHP_PCRE="yes"; PHP_INSTALL_HEADERS("ext/pcre", "php_pcre.h pcrelib/"); +ADD_FLAG("CFLAGS_PCRE", " /D HAVE_CONFIG_H"); |