From 5dd1c3e7391a9bacc7d217bcfc98e5dcacdc6e9f Mon Sep 17 00:00:00 2001 From: gpoirier Date: Sat, 15 Nov 2008 20:37:08 +0000 Subject: 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. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27931 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 88bfb61fdb..ed84492425 100755 --- a/configure +++ b/configure @@ -1543,7 +1543,7 @@ elif test -r /compat/linux/proc/cpuinfo && ! x86_32 ; then # 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 -- cgit v1.2.3