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`