ICU-98 64 bit solaris (use $CXX [CC] not cc for the test)

X-SVN-Rev: 1490
This commit is contained in:
Steven R. Loomis 2000-05-25 16:00:54 +00:00
parent 713ce67cba
commit edd13c1b92
2 changed files with 2 additions and 2 deletions

View File

@ -1123,7 +1123,7 @@ case "${host}" in
if test "$ac_cv_prog_gcc" = no; then
echo $ac_n "checking if we have a 64-bit (sparcv9) compiler""... $ac_c" 1>&6
echo "configure:1126: checking if we have a 64-bit (sparcv9) compiler" >&5
SOL64=`$CC -xarch=v9 2>&1`
SOL64=`$CXX -xarch=v9 2>&1`
if test -z "$SOL64"; then
echo "$ac_t""yes" 1>&6
SOL64=yes

View File

@ -36,7 +36,7 @@ case "${host}" in
*-*-solaris*)
if test "$ac_cv_prog_gcc" = no; then
AC_MSG_CHECKING([if we have a 64-bit (sparcv9) compiler])
SOL64=`$CC -xarch=v9 2>&1`
SOL64=`$CXX -xarch=v9 2>&1`
if test -z "$SOL64"; then
AC_MSG_RESULT(yes)
SOL64=yes