andrei          Tue Feb 20 14:21:06 2001 EDT

  Modified files:              
    /php4/ext/pcre      config.m4 
  Log:
  Enable UTF8 support (incomplete) by default.
  
  
Index: php4/ext/pcre/config.m4
diff -u php4/ext/pcre/config.m4:1.20 php4/ext/pcre/config.m4:1.21
--- php4/ext/pcre/config.m4:1.20        Mon May  1 21:01:15 2000
+++ php4/ext/pcre/config.m4     Tue Feb 20 14:21:06 2001
@@ -1,4 +1,4 @@
-dnl $Id: config.m4,v 1.20 2000/05/02 04:01:15 sas Exp $
+dnl $Id: config.m4,v 1.21 2001/02/20 22:21:06 andrei Exp $
 dnl config.m4 for extension pcre
 
 dnl By default we'll compile and link against the bundled PCRE library
@@ -16,6 +16,7 @@
     PCRE_LIBADD=pcrelib/libpcre.la
     PCRE_SHARED_LIBADD=pcrelib/libpcre.la
     PCRE_SUBDIRS=pcrelib
+       CFLAGS="$CFLAGS -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]

Reply via email to