From: Yasuo Ohgaki Date: Fri, 19 Apr 2002 07:08:26 +0000 (+0000) Subject: Fixed messages X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~581 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=26bf419778d28439f6ba2b14f5c582df8852b737;p=php Fixed messages --- diff --git a/ext/mbstring/config.m4 b/ext/mbstring/config.m4 index c96642f10b..6ebf7e2929 100644 --- a/ext/mbstring/config.m4 +++ b/ext/mbstring/config.m4 @@ -2,13 +2,13 @@ dnl dnl $Id$ dnl -PHP_ARG_ENABLE(mbstring, whether to disable multibyte string support, +PHP_ARG_ENABLE(mbstring, whether to enable multibyte string support, [ --disable-mbstring Disable multibyte string support], yes) -PHP_ARG_ENABLE(mbstr_enc_trans, whether to disable encoding translation, +PHP_ARG_ENABLE(mbstr_enc_trans, whether to enable encoding translation, [ --enable-mbstr-enc-trans Enable encoding translation], yes) -PHP_ARG_ENABLE(mbregex, whether to disable multibyte regex support, +PHP_ARG_ENABLE(mbregex, whether to enable multibyte regex support, [ --enable-mbregex Enable multibyte regex support], yes) if test "$PHP_MBSTRING" != "no"; then @@ -21,5 +21,5 @@ if test "$PHP_MBSTR_ENC_TRANS" != "no" ; then fi if test "$MBREGEX" != "no" ; then - AC_DEFINE(HAVE_MBREGEX, 1, [whether to havee multibyte regex support]) + AC_DEFINE(HAVE_MBREGEX, 1, [whether to have multibyte regex support]) fi