]> granicus.if.org Git - php/commitdiff
Disable mbstring by default.
authorAndrei Zmievski <andrei@php.net>
Wed, 13 Nov 2002 04:36:04 +0000 (04:36 +0000)
committerAndrei Zmievski <andrei@php.net>
Wed, 13 Nov 2002 04:36:04 +0000 (04:36 +0000)
ext/mbstring/config.m4

index 838977f9712ebd78606604837f9226a42d910757..11d1656302d9a1e88eeb1549ad098f67ac0bbd20 100644 (file)
@@ -3,7 +3,7 @@ dnl $Id$
 dnl
 
 PHP_ARG_ENABLE(mbstring, whether to enable multibyte string support,
-[  --disable-mbstring      Disable multibyte string support], yes)
+[  --enable-mbstring       Enable multibyte string support])
 
 if test "$PHP_MBSTRING" != "no"; then  
   AC_DEFINE(HAVE_MBSTRING,1,[whether to have multibyte string support])
@@ -36,7 +36,7 @@ fi
 
 
 PHP_ARG_ENABLE(mbregex, whether to enable multibyte regex support,
-[  --disable-mbregex       Disable multibyte regex support], yes, no)
+[  --enable-mbregex        Enable multibyte regex support], no, no)
 
 if test "$PHP_MBREGEX" != "no" ; then
   AC_DEFINE(HAVE_MBREGEX, 1, [whether to have multibyte regex support])