]> granicus.if.org Git - php/commitdiff
Fixed messages
authorYasuo Ohgaki <yohgaki@php.net>
Fri, 19 Apr 2002 07:08:26 +0000 (07:08 +0000)
committerYasuo Ohgaki <yohgaki@php.net>
Fri, 19 Apr 2002 07:08:26 +0000 (07:08 +0000)
ext/mbstring/config.m4

index c96642f10bb03a55dedef69514ccb8bdb8526225..6ebf7e2929b791b2850d38240279e6ae9f7b264a 100644 (file)
@@ -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