summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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