ICU-227 Fixed for SOLARIS gcc.

X-SVN-Rev: 806
This commit is contained in:
Madhu K 2000-02-22 01:01:42 +00:00
parent eccb780f34
commit c5de5a21d6

View file

@ -60,6 +60,7 @@ case $platform in
SOLARISGCC)
echo Running configure for Solaris using gcc compiler ...
CXXFLAGS=-I/usr/local/include/g++; export CXXFLAGS
LDFLAGS=-R/usr/local/lib; export LDFLAGS
./configure;;
SOL2.7CC)
echo Running configure for SOLARIS2.7cc using native CC compiler