changeset 22102:3525dc2dd7bb

r21753 broke compile-time detection of mmx flags on x86_64
author lorenm
date Sun, 04 Feb 2007 08:18:01 +0000
parents c1c25f4cc9b1
children 0427f8190a12
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sat Feb 03 23:46:22 2007 +0000
+++ b/configure	Sun Feb 04 08:18:01 2007 +0000
@@ -2109,7 +2109,7 @@
   fi
 fi
 
-if x86_32 && test "$_runtime_cpudetection" = no ; then
+if x86 && test "$_runtime_cpudetection" = no ; then
   extcheck() {
     if test "$1" = kernel_check ; then
       echocheck "kernel support of $2"