changeset 22110:0e2241c57733

Fix MMX2 check, _sse is set to "kernel_check", not "yes".
author diego
date Sun, 04 Feb 2007 13:44:49 +0000
parents 95e936ac33cd
children 089c303ef2c9
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)"