ICU-5764 Fix 64-bit Windows detection

X-SVN-Rev: 21993
This commit is contained in:
George Rhoten 2007-07-16 17:10:02 +00:00
parent f7f3dd4244
commit 6fd0c4676b
2 changed files with 2 additions and 2 deletions

View file

@ -200,7 +200,7 @@ AC_DEFUN(AC_CHECK_64BIT_LIBS,
ENABLE_64BIT_LIBS=no
fi
;;
x86_64-*-cygwin)
*-*-cygwin)
if test "$GCC" = yes; then
if test -n "`$CXX -dumpspecs 2>&1 && $CC -dumpspecs 2>&1 | grep -v __LP64__`"; then
ENABLE_64BIT_LIBS=yes

View file

@ -3072,7 +3072,7 @@ echo $ECHO_N "checking for 64-bit executable support... $ECHO_C" >&6
ENABLE_64BIT_LIBS=no
fi
;;
x86_64-*-cygwin)
*-*-cygwin)
if test "$GCC" = yes; then
if test -n "`$CXX -dumpspecs 2>&1 && $CC -dumpspecs 2>&1 | grep -v __LP64__`"; then
ENABLE_64BIT_LIBS=yes