sniper          Thu Oct  2 10:09:17 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php-src/ext/mbstring       config.m4 
  Log:
  Removed extra []
  
Index: php-src/ext/mbstring/config.m4
diff -u php-src/ext/mbstring/config.m4:1.28.2.1 php-src/ext/mbstring/config.m4:1.28.2.2
--- php-src/ext/mbstring/config.m4:1.28.2.1     Thu Oct  2 06:59:38 2003
+++ php-src/ext/mbstring/config.m4      Thu Oct  2 10:09:12 2003
@@ -1,9 +1,9 @@
 dnl
-dnl $Id: config.m4,v 1.28.2.1 2003/10/02 10:59:38 moriyoshi Exp $
+dnl $Id: config.m4,v 1.28.2.2 2003/10/02 14:09:12 sniper Exp $
 dnl
 
 PHP_ARG_ENABLE(mbstring, whether to enable multibyte string support,
-[  --enable-mbstring[[=LANG]]
+[  --enable-mbstring[=LANG]
                           Enable multibyte string support.
                           LANG can be any one of ja, cn, tw, kr, ru, or "all".])
 

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

Reply via email to