summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ed2d4e6081..76332b44b1 100755
--- a/configure
+++ b/configure
@@ -1207,7 +1207,7 @@ EOF
Darwin)
proc=`$_cpuinfo | grep "Processor type" | cut -f 3 -d ' ' | sed 's/ppc//'`
if [ `sysctl -n hw.vectorunit` -eq 1 -o \
- "`sysctl -n hw.optional.altivec 2>/dev/null`" -eq 1 ]; then
+ "`sysctl -n hw.optional.altivec 2> /dev/null`" = "1" ]; then
_altivec=yes
fi
;;