Fix MMX2 check, _sse is set to "kernel_check", not "yes".

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22128 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-02-04 13:44:49 +00:00
parent 87236178bd
commit ee40bc8f21
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

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