From 52043e983f15ae17bb95f146414a9a68af9fdfdf Mon Sep 17 00:00:00 2001 From: gabucino Date: Tue, 25 Oct 2005 11:52:49 +0000 Subject: fixing the unverified patch (one of the millions) commited by: Attila "I'll ban you forever" Kinali AKA KotH teh idiot, date: 2003/10/04 23:06:04 rev 1.779 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16850 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index f54d4714c9..459810b9ae 100755 --- a/configure +++ b/configure @@ -1167,7 +1167,7 @@ EOF ;; Darwin) proc=`$_cpuinfo | grep "Processor type" | cut -f 3 -d ' ' | sed 's/ppc//'` - if [ `sysctl -n hw.vectorunit` -eq 1 -o + if [ `sysctl -n hw.vectorunit` -eq 1 -o \ "`sysctl -n hw.optional.altivec 2>/dev/null`" -eq 1 ]; then _altivec=yes fi -- cgit v1.2.3