From: Moriyoshi Koizumi Date: Thu, 2 Oct 2003 10:59:38 +0000 (+0000) Subject: Add some description to the help text X-Git-Tag: php-4.3.4RC2~72 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eb00f1dd54a6fec0dcfe53860ef93f7cc8f4b600;p=php Add some description to the help text --- diff --git a/ext/mbstring/config.m4 b/ext/mbstring/config.m4 index 11d1656302..bc623560be 100644 --- a/ext/mbstring/config.m4 +++ b/ext/mbstring/config.m4 @@ -3,7 +3,9 @@ dnl $Id$ dnl PHP_ARG_ENABLE(mbstring, whether to enable multibyte string support, -[ --enable-mbstring Enable multibyte string support]) +[ --enable-mbstring[[=LANG]] + Enable multibyte string support. + LANG can be any one of ja, cn, tw, kr, ru, or "all".]) if test "$PHP_MBSTRING" != "no"; then AC_DEFINE(HAVE_MBSTRING,1,[whether to have multibyte string support])