]> granicus.if.org Git - php/commitdiff
These options are all enabled by default. (why?)
authorfoobar <sniper@php.net>
Sun, 14 Jul 2002 00:12:13 +0000 (00:12 +0000)
committerfoobar <sniper@php.net>
Sun, 14 Jul 2002 00:12:13 +0000 (00:12 +0000)
ext/mbstring/config.m4

index 5263bc3d09c74b96f630afbe708f0a1e36809c9d..ee4aa2680195efd72353f08af50d4915424ab990 100644 (file)
@@ -3,10 +3,10 @@ dnl $Id$
 dnl
 
 PHP_ARG_ENABLE(mbstr_enc_trans, whether to enable encoding translation,
-[  --disable-mbstr-enc-trans Enable encoding translation], yes)
+[  --disable-mbstr-enc-trans Disable encoding translation], yes)
 
 PHP_ARG_ENABLE(mbregex, whether to enable multibyte regex support,
-[  --disable-mbregex         Enable multibyte regex support], yes)
+[  --disable-mbregex         Disable multibyte regex support], yes)
 
 PHP_ARG_ENABLE(mbstring, whether to enable multibyte string support,
 [  --disable-mbstring       Disable multibyte string support], yes)