changeset 22069:4f4a44816172

Fix looooooongstanding bug: Only check for processor features when they are set to autodetection.
author diego
date Wed, 31 Jan 2007 01:43:24 +0000
parents e7d892748eb8
children 88182a84df53
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Tue Jan 30 23:59:39 2007 +0000
+++ b/configure	Wed Jan 31 01:43:24 2007 +0000
@@ -1474,7 +1474,7 @@
                            -e s/xmm/sse/ -e s/kni/sse/`
 
   for ext in $pparam ; do
-    eval _$ext=auto && eval _$ext=yes
+    eval test \$_$ext = auto 2>/dev/null && eval _$ext=yes
   done
 
   # SSE implies MMX2, but not all SSE processors report the mmxext CPU flag.