mirror of
https://github.com/php/php-src.git
synced 2026-04-28 02:33:17 +02:00
Preprocessor stuff should go into CPPFLAGS.
This commit is contained in:
+1
-1
@@ -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, [ ])
|
||||
|
||||
+1
-1
@@ -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, [ ])
|
||||
|
||||
Reference in New Issue
Block a user