]> granicus.if.org Git - php/commitdiff
fixed to support --with-mbsting=LANG.
authorRui Hirokawa <hirokawa@php.net>
Sun, 12 May 2002 00:26:43 +0000 (00:26 +0000)
committerRui Hirokawa <hirokawa@php.net>
Sun, 12 May 2002 00:26:43 +0000 (00:26 +0000)
ext/mbstring/config.m4

index f250aac3e5d1be9f25212ecf00145ce0d8edd242..8f4642f6e1535f060b5ebcfe67b75dddc5b44b5d 100644 (file)
@@ -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