From 896b9248fa7d69c596a98e063bb73f68ee22d2f8 Mon Sep 17 00:00:00 2001 From: nplourde Date: Wed, 22 Feb 2006 00:59:11 +0000 Subject: properly detect cpu on x86 based mac git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17664 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 413f412f0f..84c2254298 100755 --- a/configure +++ b/configure @@ -769,7 +769,7 @@ elif test -r /compat/linux/proc/cpuinfo && not x86 ; then # FreeBSD with Linux emulation /proc mounted, # extract CPU information from it _cpuinfo="cat /compat/linux/proc/cpuinfo" -elif darwin ; then +elif darwin && not x86 ; then # use hostinfo on Darwin _cpuinfo="hostinfo" elif aix; then @@ -2295,6 +2295,7 @@ if test "$_vidix" = auto ; then qnx && _vidix=no sunos && _vidix=no beos && _vidix=no + darwin && _vidix=no fi echocheck "mplayer binary name" -- cgit v1.2.3