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