# HG changeset patch # User diego # Date 1170207804 0 # Node ID 4f4a4481617291e58297f82464f0d58f7545b336 # Parent e7d892748eb896dada9220665ca28e41be7d47b5 Fix looooooongstanding bug: Only check for processor features when they are set to autodetection. diff -r e7d892748eb8 -r 4f4a44816172 configure --- 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.