ICU-98 64 bit solaris (use $CXX [CC] not cc for the test)
X-SVN-Rev: 1490
This commit is contained in:
parent
713ce67cba
commit
edd13c1b92
2
icu4c/source/configure
vendored
2
icu4c/source/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user