]> granicus.if.org Git - php/commitdiff
If I don't want mbstring, I also don't want this transparent encoding
authorSascha Schumann <sas@php.net>
Sat, 20 Apr 2002 15:17:57 +0000 (15:17 +0000)
committerSascha Schumann <sas@php.net>
Sat, 20 Apr 2002 15:17:57 +0000 (15:17 +0000)
thingee which caused an undefined reference in main.o.

ext/mbstring/config.m4

index 6ebf7e2929b791b2850d38240279e6ae9f7b264a..44da570c691e60864a57767945d379073c363ea7 100644 (file)
@@ -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