From 9f18bdf9ec9dc9f4fb855c4cc7132e5a1553f1a6 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Fri, 4 Oct 2013 12:09:15 -0700 Subject: [PATCH] Remove invalid attempts to detect 64-bit MinGW. --- configure | 5 +---- configure.in | 4 +--- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/configure b/configure index c922d7e..13d4cf7 100755 --- a/configure +++ b/configure @@ -23186,8 +23186,7 @@ fi LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -ladvapi32 -lwsock32 -lgdi32" case "${host}" in x86_64-*-mingw32* ) - WINDRES_CPU_DEFINE="--define WX_CPU_AMD64" - ;; + ;; esac if test "$wxUSE_ACCESSIBILITY" = "yes" ; then LIBS="$LIBS -loleacc" @@ -32629,8 +32628,6 @@ $as_echo "$wx_cv_type_abi_forced_unwind" >&6; } else if test "$wxUSE_THREADS" = "yes" ; then case "${host}" in - x86_64-*-mingw32* ) - ;; *-*-mingw32* ) { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler supports -mthreads" >&5 $as_echo_n "checking if compiler supports -mthreads... " >&6; } diff --git a/configure.in b/configure.in index 1c30b38..04797da 100644 --- a/configure.in +++ b/configure.in @@ -2766,7 +2766,7 @@ if test "$USE_WIN32" = 1 ; then dnl we need to define this to embed the manifest for correct dnl platform from wx/msw/wx.rc (this is not needed for x86 which is dnl the default in wx/msw/rcdefs.h) - WINDRES_CPU_DEFINE="--define WX_CPU_AMD64" + dnl WINDRES_CPU_DEFINE="--define WX_CPU_AMD64" ;; esac if test "$wxUSE_ACCESSIBILITY" = "yes" ; then @@ -5101,8 +5101,6 @@ dnl from if !MSW else if test "$wxUSE_THREADS" = "yes" ; then case "${host}" in - x86_64-*-mingw32* ) - ;; *-*-mingw32* ) dnl check if the compiler accepts -mthreads AC_CACHE_CHECK([if compiler supports -mthreads], -- 2.7.4