From e87b45de44b3d1d82b9de87271d876f55c4de8c3 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Wed, 13 Nov 2002 04:36:04 +0000 Subject: [PATCH] Disable mbstring by default. --- 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 838977f971..11d1656302 100644 --- a/ext/mbstring/config.m4 +++ b/ext/mbstring/config.m4 @@ -3,7 +3,7 @@ dnl $Id$ dnl PHP_ARG_ENABLE(mbstring, whether to enable multibyte string support, -[ --disable-mbstring Disable multibyte string support], yes) +[ --enable-mbstring Enable multibyte string support]) if test "$PHP_MBSTRING" != "no"; then AC_DEFINE(HAVE_MBSTRING,1,[whether to have multibyte string support]) @@ -36,7 +36,7 @@ fi PHP_ARG_ENABLE(mbregex, whether to enable multibyte regex support, -[ --disable-mbregex Disable multibyte regex support], yes, no) +[ --enable-mbregex Enable multibyte regex support], no, no) if test "$PHP_MBREGEX" != "no" ; then AC_DEFINE(HAVE_MBREGEX, 1, [whether to have multibyte regex support]) -- 2.50.1