andrei          Fri May 27 14:02:03 2005 EDT

  Modified files:              
    /php-src/ext/pcre   config.m4 
  Log:
  No need to include ucp.c and ucptypetable.c here.
  
  
http://cvs.php.net/diff.php/php-src/ext/pcre/config.m4?r1=1.34&r2=1.35&ty=u
Index: php-src/ext/pcre/config.m4
diff -u php-src/ext/pcre/config.m4:1.34 php-src/ext/pcre/config.m4:1.35
--- php-src/ext/pcre/config.m4:1.34     Fri May 27 13:46:42 2005
+++ php-src/ext/pcre/config.m4  Fri May 27 14:02:02 2005
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.34 2005/05/27 17:46:42 andrei Exp $
+dnl $Id: config.m4,v 1.35 2005/05/27 18:02:02 andrei Exp $
 dnl
 
 dnl By default we'll compile and link against the bundled PCRE library
@@ -13,7 +13,7 @@
 
 if test "$PHP_PCRE_REGEX" != "no"; then
   if test "$PHP_PCRE_REGEX" = "yes"; then
-    PHP_NEW_EXTENSION(pcre, pcrelib/maketables.c pcrelib/get.c pcrelib/study.c 
pcrelib/pcre.c pcrelib/ucp.c pcrelib/ucptypetable.c php_pcre.c, 
$ext_shared,,-DSUPPORT_UTF8 -DSUPPORT_UCP -DLINK_SIZE=2 
-DPOSIX_MALLOC_THRESHOLD=10 -DMATCH_LIMIT=10000000 [EMAIL PROTECTED]@/pcrelib)
+    PHP_NEW_EXTENSION(pcre, pcrelib/maketables.c pcrelib/get.c pcrelib/study.c 
pcrelib/pcre.c php_pcre.c, $ext_shared,,-DSUPPORT_UTF8 -DSUPPORT_UCP 
-DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DMATCH_LIMIT=10000000 [EMAIL 
PROTECTED]@/pcrelib)
     PHP_ADD_BUILD_DIR($ext_builddir/pcrelib)
     AC_DEFINE(HAVE_BUNDLED_PCRE, 1, [ ])
   else
@@ -50,7 +50,7 @@
     
     AC_DEFINE(HAVE_PCRE, 1, [ ])
     PHP_ADD_INCLUDE($PCRE_INCDIR)
-    PHP_NEW_EXTENSION(pcre, php_pcre.c, $ext_shared,,-DSUPPORT_UTF8 
-DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DMATCH_LIMIT=10000000)
+    PHP_NEW_EXTENSION(pcre, php_pcre.c, $ext_shared,,-DSUPPORT_UTF8 
-DSUPPORT_UCP -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DMATCH_LIMIT=10000000)
   fi
   PHP_SUBST(PCRE_SHARED_LIBADD)
 fi

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to