10l: Test the variable, don't set it...

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18291 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-04-26 01:59:05 +00:00
parent 70976797d1
commit 5fe260ac46
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -809,7 +809,7 @@ if x86 || x86_64 ; then
done
# SSE implies MMX2, but not all SSE processors report the mmxext CPU flag.
test _sse=yes && _mmxext=yes
test $_sse = yes && _mmxext=yes
echocheck "CPU vendor"
echores "$pvendor ($pfamily:$pmodel:$pstepping)"