From: Sascha Schumann Date: Sun, 12 May 2002 14:55:25 +0000 (+0000) Subject: Fix this again. X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~92 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3de60dbf0ced6506497382642d75cfb977980b7;p=php Fix this again. If you are unsure whether enable or with shall be used, please inquire on the mailing list. WITH is solely for the purpose of pointing to paths and other external entities. Note that the comment has always mentioned "--disable-mbstring" which clearly refers to enable and not with. --- diff --git a/ext/mbstring/config.m4 b/ext/mbstring/config.m4 index 8f4642f6e1..f250aac3e5 100644 --- a/ext/mbstring/config.m4 +++ b/ext/mbstring/config.m4 @@ -8,7 +8,7 @@ PHP_ARG_ENABLE(mbstr_enc_trans, whether to enable encoding translation, PHP_ARG_ENABLE(mbregex, whether to enable multibyte regex support, [ --enable-mbregex Enable multibyte regex support], yes) -PHP_ARG_WITH(mbstring, whether to enable multibyte string support, +PHP_ARG_ENABLE(mbstring, whether to enable multibyte string support, [ --disable-mbstring Disable multibyte string support], yes) if test "$PHP_MBSTRING" != "no"; then