From: Rui Hirokawa Date: Sun, 12 May 2002 00:26:43 +0000 (+0000) Subject: fixed to support --with-mbsting=LANG. X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3690bbe19871afed82939b25352b859e0e24bb8;p=php fixed to support --with-mbsting=LANG. --- diff --git a/ext/mbstring/config.m4 b/ext/mbstring/config.m4 index f250aac3e5..8f4642f6e1 100644 --- a/ext/mbstring/config.m4 +++ b/ext/mbstring/config.m4 @@ -8,7 +8,7 @@ PHP_ARG_ENABLE(mbstr_enc_trans, whether to enable encoding translation, PHP_ARG_ENABLE(mbregex, whether to enable multibyte regex support, [ --enable-mbregex Enable multibyte regex support], yes) -PHP_ARG_ENABLE(mbstring, whether to enable multibyte string support, +PHP_ARG_WITH(mbstring, whether to enable multibyte string support, [ --disable-mbstring Disable multibyte string support], yes) if test "$PHP_MBSTRING" != "no"; then