summaryrefslogtreecommitdiffstats
path: root/system/BasiliskII/files/fix-64bit-check.diff
blob: e5b92cd9c01e85691bb4da7c9b1c9412e3098851 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
--- BasiliskII-20120218/src/Unix/configure.ac.orig	2012-02-24 10:18:59.744000107 +0100
+++ BasiliskII-20120218/src/Unix/configure.ac	2012-02-24 10:19:10.334991387 +0100
@@ -110,22 +110,6 @@
   x86_64* ) HAVE_X86_64=yes;;
 esac
 
-dnl Check if we should really be assuming x86_64 even if we detected HAVE_I386 above.
-if [[ "x$HAVE_I386" = "xyes" ]]; then
-  AC_TRY_RUN([
-    int main(void) {
-        #if defined(__x86_64__)
-                return 0;
-        #else
-                return 1;
-        #endif
-    }
-  ], [
-    HAVE_I386=no
-    HAVE_X86_64=yes
-  ])
-fi
-
 dnl Checks for programs.
 AC_PROG_CC
 AC_PROG_CC_C_O