From e8ef0d8b2c23667140d1c02a924ef60d7bf210fc Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Wed, 21 Feb 2001 07:09:22 +0000 Subject: [PATCH] Preprocessor stuff should go into CPPFLAGS. --- ext/pcre/config.m4 | 2 +- ext/pcre/config0.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/pcre/config.m4 b/ext/pcre/config.m4 index b76fbea0df..afc6afce84 100644 --- a/ext/pcre/config.m4 +++ b/ext/pcre/config.m4 @@ -16,7 +16,7 @@ if test "$PHP_PCRE_REGEX" != "no"; then PCRE_LIBADD=pcrelib/libpcre.la PCRE_SHARED_LIBADD=pcrelib/libpcre.la PCRE_SUBDIRS=pcrelib - CFLAGS="$CFLAGS -DSUPPORT_UTF8" + CPPFLAGS="$CPPFLAGS -DSUPPORT_UTF8" PHP_SUBST(PCRE_LIBADD) PHP_SUBST(PCRE_SUBDIRS) AC_DEFINE(HAVE_BUNDLED_PCRE, 1, [ ]) diff --git a/ext/pcre/config0.m4 b/ext/pcre/config0.m4 index b76fbea0df..afc6afce84 100644 --- a/ext/pcre/config0.m4 +++ b/ext/pcre/config0.m4 @@ -16,7 +16,7 @@ if test "$PHP_PCRE_REGEX" != "no"; then PCRE_LIBADD=pcrelib/libpcre.la PCRE_SHARED_LIBADD=pcrelib/libpcre.la PCRE_SUBDIRS=pcrelib - CFLAGS="$CFLAGS -DSUPPORT_UTF8" + CPPFLAGS="$CPPFLAGS -DSUPPORT_UTF8" PHP_SUBST(PCRE_LIBADD) PHP_SUBST(PCRE_SUBDIRS) AC_DEFINE(HAVE_BUNDLED_PCRE, 1, [ ]) -- 2.50.1