r21753 broke compile-time detection of mmx flags on x86_64

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22120 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
lorenm 2007-02-04 08:18:01 +00:00
parent 3f1191fdc6
commit f0ae1f2dce
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -2109,7 +2109,7 @@ if test "$_runtime_cpudetection" = yes ; then
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"