From a21fdd20f1163df7b9b0654522e8b539e9b05860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sun, 17 May 2009 02:44:44 +0000 Subject: [PATCH] This check doesn't work when used inside linux32... just remove it. Use linux32 ./configure --use-32bit git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30779 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- configure | 7 ------- 1 file changed, 7 deletions(-) diff --git a/configure b/configure index 6e6de211d5..cae7f9384a 100755 --- a/configure +++ b/configure @@ -349,13 +349,6 @@ while [ $# -gt 0 ] ; do esac done -# check for a 64bit platform -case "${platformMachine}" in - x86_64) use32bit=1 ;; - *) echo Assuming 32-bit machine: "$platformMachine" - use32bit=0 ;; -esac - # detect the build platform case "${platform}" in BeOS) revision=`uname -r`