]> granicus.if.org Git - php/commitdiff
Fixed typo..
authorfoobar <sniper@php.net>
Fri, 31 May 2002 23:20:04 +0000 (23:20 +0000)
committerfoobar <sniper@php.net>
Fri, 31 May 2002 23:20:04 +0000 (23:20 +0000)
ext/mbstring/config.m4

index d1db98678c77989c094e390734d6920d2a4e1411..01a3a22f1d67d35bad34ee1ee114359b7d9dc711 100644 (file)
@@ -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])