From: Sascha Schumann Date: Sat, 20 Apr 2002 15:17:57 +0000 (+0000) Subject: If I don't want mbstring, I also don't want this transparent encoding X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~541 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=20c0fed127aae1c0f5af6c43ef92f4f2b51f3d0d;p=php If I don't want mbstring, I also don't want this transparent encoding thingee which caused an undefined reference in main.o. --- diff --git a/ext/mbstring/config.m4 b/ext/mbstring/config.m4 index 6ebf7e2929..44da570c69 100644 --- a/ext/mbstring/config.m4 +++ b/ext/mbstring/config.m4 @@ -14,6 +14,8 @@ PHP_ARG_ENABLE(mbregex, whether to enable multibyte regex support, if test "$PHP_MBSTRING" != "no"; then 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) +else + PHP_MBSTR_ENC_TRANS=no fi if test "$PHP_MBSTR_ENC_TRANS" != "no" ; then