# HG changeset patch # User diego # Date 1170596689 0 # Node ID 0e2241c57733a60733c8f12f7b4a806e5cf5c921 # Parent 95e936ac33cdf8f952b431f29ae77522d115cf17 Fix MMX2 check, _sse is set to "kernel_check", not "yes". diff -r 95e936ac33cd -r 0e2241c57733 configure --- a/configure Sun Feb 04 13:38:41 2007 +0000 +++ b/configure Sun Feb 04 13:44:49 2007 +0000 @@ -1478,7 +1478,7 @@ 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)"