# HG changeset patch # User gabucino # Date 1130241169 0 # Node ID 0695c9fbaae1701f2b831ee02a9f76e93d99cd1f # Parent 279cd50f2ba05a67a13e15d576a622bf21758769 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 diff -r 279cd50f2ba0 -r 0695c9fbaae1 configure --- a/configure Mon Oct 24 09:50:42 2005 +0000 +++ b/configure Tue Oct 25 11:52:49 2005 +0000 @@ -1167,7 +1167,7 @@ ;; 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