summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-06-17 16:16:47 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-06-17 16:16:47 +0000
commit5b6975fe215989273b92dd1dedfedac674213419 (patch)
treead6e94b0482e8b04ae902fbaf92f8d6bad3bcacc /configure
parent5f1f7b2617ccce79b67dc0bb8db277645ea045ef (diff)
downloadmpv-5b6975fe215989273b92dd1dedfedac674213419.tar.bz2
mpv-5b6975fe215989273b92dd1dedfedac674213419.tar.xz
1000l, stupid bash/ksh/etc specific crap. PLEASE learn bourne shell
scripting, people! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10297 b3059339-0415-0410-9bf9-f77b7e298cf2
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