From: foobar Date: Sun, 14 Jul 2002 00:11:44 +0000 (+0000) Subject: These options are all enabled by default. (why?) X-Git-Tag: dev~315 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b87ac987011ff6b3300c439312fd121ccab127bf;p=php These options are all enabled by default. (why?) --- diff --git a/ext/mbstring/config.m4 b/ext/mbstring/config.m4 index 4ffc3c6505..5263bc3d09 100644 --- a/ext/mbstring/config.m4 +++ b/ext/mbstring/config.m4 @@ -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)