summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/mbstring/config.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mbstring/config.m4 b/ext/mbstring/config.m4
index ee4aa26801..e65612cd5d 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 Disable encoding translation], yes)
+[ --enable-mbstr-enc-trans Enable input encoding translation], no)
PHP_ARG_ENABLE(mbregex, whether to enable multibyte regex support,
-[ --disable-mbregex Disable 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)