summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
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)"