summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-26 01:59:05 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-26 01:59:05 +0000
commit5fe260ac46c9f5b9555f4b32883d6ff654016314 (patch)
treefe6d4c0d65094e3a745c65d0ce2257b3e97df7d7 /configure
parent70976797d1a337bbbc2bcde67e274e1431714d49 (diff)
downloadmpv-5fe260ac46c9f5b9555f4b32883d6ff654016314.tar.bz2
mpv-5fe260ac46c9f5b9555f4b32883d6ff654016314.tar.xz
10l: Test the variable, don't set it...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18291 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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)"