]> granicus.if.org Git - php/commitdiff
Add some description to the help text
authorMoriyoshi Koizumi <moriyoshi@php.net>
Thu, 2 Oct 2003 10:59:38 +0000 (10:59 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Thu, 2 Oct 2003 10:59:38 +0000 (10:59 +0000)
ext/mbstring/config.m4

index 11d1656302d9a1e88eeb1549ad098f67ac0bbd20..bc623560be831e9661bd0a05b624c95f9a98dec4 100644 (file)
@@ -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])