]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove invalid attempts to detect 64-bit MinGW.
authorJay Freeman (saurik) <saurik@saurik.com>
Fri, 4 Oct 2013 19:09:15 +0000 (12:09 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Fri, 4 Oct 2013 19:09:15 +0000 (12:09 -0700)
configure
configure.in

index c922d7ee611437b25b6cf174c77c14c98c5f835b..13d4cf717641f3f375c4cc0f91357643d331d07c 100755 (executable)
--- 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; }
index 1c30b387e01b28862adcee6cbaaa86ad93ca79b7..04797da79bf9a8d78c1bc40dec9fab4c97919ca9 100644 (file)
@@ -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],