diff configure @ 18290:90ed0bbf0151

10l: Test the variable, don't set it...
author diego
date Wed, 26 Apr 2006 01:59:05 +0000
parents 2bf9ae91ff54
children 3b5b7e78b9af
line wrap: on
line diff
--- a/configure	Wed Apr 26 01:56:52 2006 +0000
+++ b/configure	Wed Apr 26 01:59:05 2006 +0000
@@ -809,7 +809,7 @@
   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)"