# HG changeset patch # User gpoirier # Date 1226781428 0 # Node ID b380685ef5641bd65e0d6de1cf799abfb58747d1 # Parent 4c2232462353880b27a2dda7f296ba60e54cbfcb 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. diff -r 4c2232462353 -r b380685ef564 configure --- 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