moriyoshi               Thu Oct  2 06:59:38 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php-src/ext/mbstring       config.m4 
  Log:
  Add some description to the help text
  
  
Index: php-src/ext/mbstring/config.m4
diff -u php-src/ext/mbstring/config.m4:1.28 php-src/ext/mbstring/config.m4:1.28.2.1
--- php-src/ext/mbstring/config.m4:1.28 Tue Nov 12 23:36:04 2002
+++ php-src/ext/mbstring/config.m4      Thu Oct  2 06:59:38 2003
@@ -1,9 +1,11 @@
 dnl
-dnl $Id: config.m4,v 1.28 2002/11/13 04:36:04 andrei Exp $
+dnl $Id: config.m4,v 1.28.2.1 2003/10/02 10:59:38 moriyoshi Exp $
 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])

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to