Mercurial > mplayer.hg
changeset 18290:90ed0bbf0151
10l: Test the variable, don't set it...
author | diego |
---|---|
date | Wed, 26 Apr 2006 01:59:05 +0000 |
parents | 459336979cf1 |
children | a5f42bf38afb |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)"