changeset 27897:b380685ef564

On Darwin, don't use hostinfo on _all_ x86 variants to detect the running CPU, use cpuinfo instead. This allows MPlayer to get one step closer to building in 64 bits mode on Darwin, if one passes --target=x86_64-darwin to configure.
author gpoirier
date Sat, 15 Nov 2008 20:37:08 +0000
parents 4c2232462353
children a669c9a426ca
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sat Nov 15 19:43:39 2008 +0000
+++ b/configure	Sat Nov 15 20:37:08 2008 +0000
@@ -1543,7 +1543,7 @@
   # FreeBSD with Linux emulation /proc mounted,
   # extract CPU information from it
   _cpuinfo="cat /compat/linux/proc/cpuinfo"
-elif darwin && ! x86_32 ; then
+elif darwin && ! x86 ; then
   # use hostinfo on Darwin
   _cpuinfo="hostinfo"
 elif aix; then