diff options
author | Sascha Schumann <sas@php.net> | 2001-02-21 07:09:22 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2001-02-21 07:09:22 +0000 |
commit | e8ef0d8b2c23667140d1c02a924ef60d7bf210fc (patch) | |
tree | 30d78ef548e15a1840774c10988cd7e0b49ca7ac | |
parent | 59a58018a550f9f83bdaa5bcf37c9df0875790a0 (diff) | |
download | php-git-e8ef0d8b2c23667140d1c02a924ef60d7bf210fc.tar.gz |
Preprocessor stuff should go into CPPFLAGS.
-rw-r--r-- | ext/pcre/config.m4 | 2 | ||||
-rw-r--r-- | 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, [ ]) |