From 6fd0c4676bc380d5ff1dfb77234afba22199a06a Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Mon, 16 Jul 2007 17:10:02 +0000 Subject: [PATCH] ICU-5764 Fix 64-bit Windows detection X-SVN-Rev: 21993 --- icu4c/source/aclocal.m4 | 2 +- icu4c/source/configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/aclocal.m4 b/icu4c/source/aclocal.m4 index 3c9a0f3f313..2e54e219edf 100644 --- a/icu4c/source/aclocal.m4 +++ b/icu4c/source/aclocal.m4 @@ -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 diff --git a/icu4c/source/configure b/icu4c/source/configure index 6e0837e779f..77dba7eb3a3 100755 --- a/icu4c/source/configure +++ b/icu4c/source/configure @@ -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