From eb00f1dd54a6fec0dcfe53860ef93f7cc8f4b600 Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Thu, 2 Oct 2003 10:59:38 +0000 Subject: [PATCH] Add some description to the help text --- ext/mbstring/config.m4 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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]) -- 2.50.1