From: foobar Date: Fri, 31 May 2002 23:20:04 +0000 (+0000) Subject: Fixed typo.. X-Git-Tag: php-4.3.0dev_zend2_alpha1~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=73ab5708b414759cc621675f6d6914469c09ad81;p=php Fixed typo.. --- diff --git a/ext/mbstring/config.m4 b/ext/mbstring/config.m4 index d1db98678c..01a3a22f1d 100644 --- a/ext/mbstring/config.m4 +++ b/ext/mbstring/config.m4 @@ -9,7 +9,7 @@ PHP_ARG_ENABLE(mbregex, whether to enable multibyte regex support, [ --enable-mbregex Enable multibyte regex support], yes) PHP_ARG_WITH(mbstring, whether to enable multibyte string support, -[ --disable-mbstring Disable multibyte string support], yes) +[ --without-mbstring Disable multibyte string support], yes) if test "$PHP_MBSTRING" != "no"; then AC_DEFINE(HAVE_MBSTRING,1,[whether to have multibyte string support])