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
This commit is contained in:
rfelker 2003-06-17 16:16:47 +00:00
parent 5f1f7b2617
commit 5b6975fe21
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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