sas Tue Feb 20 23:09:23 2001 EDT
Modified files:
/php4/ext/pcre config.m4
Log:
Preprocessor stuff should go into CPPFLAGS.
Index: php4/ext/pcre/config.m4
diff -u php4/ext/pcre/config.m4:1.21 php4/ext/pcre/config.m4:1.22
--- php4/ext/pcre/config.m4:1.21 Tue Feb 20 14:21:06 2001
+++ php4/ext/pcre/config.m4 Tue Feb 20 23:09:22 2001
@@ -1,4 +1,4 @@
-dnl $Id: config.m4,v 1.21 2001/02/20 22:21:06 andrei Exp $
+dnl $Id: config.m4,v 1.22 2001/02/21 07:09:22 sas Exp $
dnl config.m4 for extension pcre
dnl By default we'll compile and link against the bundled PCRE library
@@ -16,7 +16,7 @@
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, [ ])
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]