From b87ac987011ff6b3300c439312fd121ccab127bf Mon Sep 17 00:00:00 2001 From: foobar Date: Sun, 14 Jul 2002 00:11:44 +0000 Subject: [PATCH] These options are all enabled by default. (why?) --- ext/mbstring/config.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.40.0