ICU-391 AIX wouldn't work for out of source build

X-SVN-Rev: 2686
This commit is contained in:
Steven R. Loomis 2000-10-14 02:06:18 +00:00
parent 1bed854513
commit c585a87b9f

View File

@ -80,7 +80,7 @@ case $platform in
CXX=/usr/ibmcxx/bin/xlC_r; export CXX
#CPPFLAGS=-I/usr/lpp/xlC/include; export CPPFLAGS
#LDFLAGS=-L/usr/lpp/xlC/lib; export LDFLAGS
./configure "$@" ;;
$configure "$@" ;;
AIX4.3VA)
echo Running configure "$@" for AIX using xlC compiler ...
CC=/usr/vacpp/bin/xlc; export CC