diff options
author | Sterling Hughes <sterling@php.net> | 2003-06-28 04:30:51 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2003-06-28 04:30:51 +0000 |
commit | 0ec0a3097c5ad776bebe7fa6a41e27720f0972a5 (patch) | |
tree | aff47cca24dc7c7b6f42a6fa79bf0955e5f8c8a6 | |
parent | 2e9c9427ecce389413d8e8459aef09090060c6c2 (diff) | |
download | php-git-0ec0a3097c5ad776bebe7fa6a41e27720f0972a5.tar.gz |
define this here too
-rw-r--r-- | ext/pcre/config.m4 | 2 | ||||
-rw-r--r-- | ext/pcre/config0.m4 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/pcre/config.m4 b/ext/pcre/config.m4 index 1e2fc6d23a..02e71bd25b 100644 --- a/ext/pcre/config.m4 +++ b/ext/pcre/config.m4 @@ -13,7 +13,7 @@ PHP_ARG_WITH(pcre-regex,for PCRE support, 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 php_pcre.c, $ext_shared,,-DSUPPORT_UTF8 -DLINK_SIZE=2 -I@ext_srcdir@/pcrelib) + PHP_NEW_EXTENSION(pcre, pcrelib/maketables.c pcrelib/get.c pcrelib/study.c pcrelib/pcre.c php_pcre.c, $ext_shared,,-DSUPPORT_UTF8 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -I@ext_srcdir@/pcrelib) PHP_ADD_BUILD_DIR($ext_builddir/pcrelib) AC_DEFINE(HAVE_BUNDLED_PCRE, 1, [ ]) else diff --git a/ext/pcre/config0.m4 b/ext/pcre/config0.m4 index 1e2fc6d23a..02e71bd25b 100644 --- a/ext/pcre/config0.m4 +++ b/ext/pcre/config0.m4 @@ -13,7 +13,7 @@ PHP_ARG_WITH(pcre-regex,for PCRE support, 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 php_pcre.c, $ext_shared,,-DSUPPORT_UTF8 -DLINK_SIZE=2 -I@ext_srcdir@/pcrelib) + PHP_NEW_EXTENSION(pcre, pcrelib/maketables.c pcrelib/get.c pcrelib/study.c pcrelib/pcre.c php_pcre.c, $ext_shared,,-DSUPPORT_UTF8 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -I@ext_srcdir@/pcrelib) PHP_ADD_BUILD_DIR($ext_builddir/pcrelib) AC_DEFINE(HAVE_BUNDLED_PCRE, 1, [ ]) else |