mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
define this here too
This commit is contained in:
parent
2e9c9427ec
commit
0ec0a3097c
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ PHP_ARG_WITH(pcre-regex,for PCRE support,
|
||||||
|
|
||||||
if test "$PHP_PCRE_REGEX" != "no"; then
|
if test "$PHP_PCRE_REGEX" != "no"; then
|
||||||
if test "$PHP_PCRE_REGEX" = "yes"; 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)
|
PHP_ADD_BUILD_DIR($ext_builddir/pcrelib)
|
||||||
AC_DEFINE(HAVE_BUNDLED_PCRE, 1, [ ])
|
AC_DEFINE(HAVE_BUNDLED_PCRE, 1, [ ])
|
||||||
else
|
else
|
||||||
|
|
|
@ -13,7 +13,7 @@ PHP_ARG_WITH(pcre-regex,for PCRE support,
|
||||||
|
|
||||||
if test "$PHP_PCRE_REGEX" != "no"; then
|
if test "$PHP_PCRE_REGEX" != "no"; then
|
||||||
if test "$PHP_PCRE_REGEX" = "yes"; 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)
|
PHP_ADD_BUILD_DIR($ext_builddir/pcrelib)
|
||||||
AC_DEFINE(HAVE_BUNDLED_PCRE, 1, [ ])
|
AC_DEFINE(HAVE_BUNDLED_PCRE, 1, [ ])
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue