From: Jay Freeman (saurik) Date: Fri, 4 Oct 2013 19:09:15 +0000 (-0700) Subject: Remove invalid attempts to detect 64-bit MinGW. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9f18bdf9ec9dc9f4fb855c4cc7132e5a1553f1a6 Remove invalid attempts to detect 64-bit MinGW. --- diff --git a/configure b/configure index c922d7ee61..13d4cf7176 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 1c30b387e0..04797da79b 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],