ICU-391 fixed a broken echo line

X-SVN-Rev: 2068
This commit is contained in:
Steven R. Loomis 2000-07-28 17:50:05 +00:00
parent 0e9ba45705
commit 9c68d7e1ac

View File

@ -105,8 +105,7 @@ case $platform in
$configure "$@" ;;
SOLARISX86)
echo Running configure "$@" for SOLARISX86 using native CC
compiler
echo Running configure "$@" for SOLARISX86 using native CC compiler
CC=cc; export CC
CXX=CC; export CXX
CXX_FLAGS="-w -O";export CXX_FLAGS