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

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