mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
If I don't want mbstring, I also don't want this transparent encoding
thingee which caused an undefined reference in main.o.
This commit is contained in:
parent
3087b96ece
commit
20c0fed127
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ PHP_ARG_ENABLE(mbregex, whether to enable multibyte regex support,
|
||||||
if test "$PHP_MBSTRING" != "no"; then
|
if test "$PHP_MBSTRING" != "no"; then
|
||||||
AC_DEFINE(HAVE_MBSTRING,1,[whether to have multibyte string support])
|
AC_DEFINE(HAVE_MBSTRING,1,[whether to have multibyte string support])
|
||||||
PHP_NEW_EXTENSION(mbstring, mbfilter_ja.c mbfilter.c mbstring.c mbregex.c php_mbregex.c, $ext_shared)
|
PHP_NEW_EXTENSION(mbstring, mbfilter_ja.c mbfilter.c mbstring.c mbregex.c php_mbregex.c, $ext_shared)
|
||||||
|
else
|
||||||
|
PHP_MBSTR_ENC_TRANS=no
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$PHP_MBSTR_ENC_TRANS" != "no" ; then
|
if test "$PHP_MBSTR_ENC_TRANS" != "no" ; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue