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 be4321fa15..a27d0eb399 100755
--- a/configure
+++ b/configure
@@ -871,7 +871,7 @@ EOF
_mcpu='-mtune=750'
fi
if darwin ; then
- if [[ `sysctl -n hw.vectorunit` == 1 ]]; then
+ if [ `sysctl -n hw.vectorunit` -eq 1 ]; then
_altivec=yes
fi
fi