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 34907ce276..ec657d3cf8 100755
--- a/configure
+++ b/configure
@@ -869,7 +869,7 @@ EOF
_mcpu='-mtune=750'
fi
if darwin ; then
- if [[ $(sysctl -n hw.vectorunit) == 1 ]]; then
+ if [[ `sysctl -n hw.vectorunit` == 1 ]]; then
_altivec=yes
fi
fi