ICU-5764 Undo fix for 64-bit Windows detection. Implement real fix later.

X-SVN-Rev: 22006
This commit is contained in:
George Rhoten 2007-07-17 02:51:31 +00:00
parent e92c0d36f3
commit 0abc6413d3
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
;;
*-*-cygwin)
x86_64-*-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
;;
*-*-cygwin)
x86_64-*-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