From: foobar Date: Thu, 2 Oct 2003 14:09:12 +0000 (+0000) Subject: Removed extra [] X-Git-Tag: php-4.3.4RC2~70 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec1d763fd24122a7b192f08a4bf00aced72b73db;p=php Removed extra [] --- diff --git a/ext/mbstring/config.m4 b/ext/mbstring/config.m4 index bc623560be..b6e2c71094 100644 --- a/ext/mbstring/config.m4 +++ b/ext/mbstring/config.m4 @@ -3,7 +3,7 @@ dnl $Id$ 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".])