Darwin: Check for x86_64 only on i386
authormalc <malc@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 23 Feb 2009 14:11:10 +0000 (14:11 +0000)
committermalc <malc@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 23 Feb 2009 14:11:10 +0000 (14:11 +0000)
commit77a75c152d88418a3933dfe226db5ab69895f019
tree7e3bd255696e4ed04fe7c520c843f848a0bc2706
parentfb400fb40f9203ce13933e762a809c3f7b4b2dc0
Darwin: Check for x86_64 only on i386

The sysctl variable if we're 64-bit capable only exists on i386. So we should only check it if we're on i386.

This suppresses a warning on PowerPC spotted by Andreas Faerber.

Signed-off-by: Alexander Graf <alex@csgraf.de>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6640 c046a42c-6fe2-441c-8c8c-71466251a162
configure