From 5fe260ac46c9f5b9555f4b32883d6ff654016314 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 26 Apr 2006 01:59:05 +0000 Subject: [PATCH] 10l: Test the variable, don't set it... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18291 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 23a60426b0..00ae3fdb6c 100755 --- a/configure +++ b/configure @@ -809,7 +809,7 @@ if x86 || x86_64 ; then 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)"