mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 13:35:32 +00:00
ICU-5764 Fix 64-bit Windows detection
X-SVN-Rev: 21993
This commit is contained in:
parent
f7f3dd4244
commit
6fd0c4676b
2 changed files with 2 additions and 2 deletions
2
icu4c/source/aclocal.m4
vendored
2
icu4c/source/aclocal.m4
vendored
|
@ -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
|
||||
|
|
2
icu4c/source/configure
vendored
2
icu4c/source/configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue