comparison configure @ 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 0e2241c57733
comparison
equal deleted inserted replaced
22101:c1c25f4cc9b1 22102:3525dc2dd7bb
2107 if ppc; then 2107 if ppc; then
2108 _altivec=yes 2108 _altivec=yes
2109 fi 2109 fi
2110 fi 2110 fi
2111 2111
2112 if x86_32 && test "$_runtime_cpudetection" = no ; then 2112 if x86 && test "$_runtime_cpudetection" = no ; then
2113 extcheck() { 2113 extcheck() {
2114 if test "$1" = kernel_check ; then 2114 if test "$1" = kernel_check ; then
2115 echocheck "kernel support of $2" 2115 echocheck "kernel support of $2"
2116 cat > $TMPC <<EOF 2116 cat > $TMPC <<EOF
2117 #include <signal.h> 2117 #include <signal.h>