]> granicus.if.org Git - php/commitdiff
Changed the configure option to be --enable/disable
authorfoobar <sniper@php.net>
Thu, 6 Jun 2002 12:44:28 +0000 (12:44 +0000)
committerfoobar <sniper@php.net>
Thu, 6 Jun 2002 12:44:28 +0000 (12:44 +0000)
ext/mbstring/config.m4

index 01a3a22f1d67d35bad34ee1ee114359b7d9dc711..4ffc3c6505d721578e8d95c6c95408ec6e30da09 100644 (file)
@@ -8,8 +8,8 @@ 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_WITH(mbstring, whether to enable multibyte string support,
-[  --without-mbstring       Disable multibyte string support], yes)
+PHP_ARG_ENABLE(mbstring, whether to enable multibyte string support,
+[  --disable-mbstring       Disable multibyte string support], yes)
 
 if test "$PHP_MBSTRING" != "no"; then  
   AC_DEFINE(HAVE_MBSTRING,1,[whether to have multibyte string support])