sniper          Wed Nov 16 17:14:32 2005 EDT

  Modified files:              (Branch: PHP_5_1)
    /php-src/ext/pcre   config.m4 
  Log:
  MFH
  
http://cvs.php.net/diff.php/php-src/ext/pcre/config.m4?r1=1.36&r2=1.36.2.1&ty=u
Index: php-src/ext/pcre/config.m4
diff -u php-src/ext/pcre/config.m4:1.36 php-src/ext/pcre/config.m4:1.36.2.1
--- php-src/ext/pcre/config.m4:1.36     Mon Aug  8 19:58:57 2005
+++ php-src/ext/pcre/config.m4  Wed Nov 16 17:14:32 2005
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.36 2005/08/08 23:58:57 andrei Exp $
+dnl $Id: config.m4,v 1.36.2.1 2005/11/16 22:14:32 sniper Exp $
 dnl
 
 dnl By default we'll compile and link against the bundled PCRE library
@@ -15,6 +15,7 @@
   if test "$PHP_PCRE_REGEX" = "yes"; then
     PHP_NEW_EXTENSION(pcre, pcrelib/pcre_chartables.c pcrelib/pcre_compile.c 
pcrelib/pcre_config.c pcrelib/pcre_dfa_exec.c pcrelib/pcre_exec.c 
pcrelib/pcre_fullinfo.c pcrelib/pcre_get.c pcrelib/pcre_globals.c 
pcrelib/pcre_info.c pcrelib/pcre_maketables.c pcrelib/pcre_ord2utf8.c 
pcrelib/pcre_printint.c pcrelib/pcre_refcount.c pcrelib/pcre_study.c 
pcrelib/pcre_tables.c pcrelib/pcre_try_flipped.c pcrelib/pcre_ucp_findchar.c 
pcrelib/pcre_valid_utf8.c pcrelib/pcre_version.c pcrelib/pcre_xclass.c 
php_pcre.c, $ext_shared,,-DEXPORT= -DNEWLINE=10 -DSUPPORT_UTF8 -DSUPPORT_UCP 
-DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DMATCH_LIMIT=10000000 [EMAIL 
PROTECTED]@/pcrelib)
     PHP_ADD_BUILD_DIR($ext_builddir/pcrelib)
+    PHP_INSTALL_HEADERS([ext/pcre], [php_pcre.h pcrelib/])
     AC_DEFINE(HAVE_BUNDLED_PCRE, 1, [ ])
   else
     for i in $PHP_PCRE_REGEX $PHP_PCRE_REGEX/include 
$PHP_PCRE_REGEX/include/pcre; do

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

Reply via email to