From f0ae1f2dcef446bc9eb0bd158bce57d2a69d47a1 Mon Sep 17 00:00:00 2001 From: lorenm Date: Sun, 4 Feb 2007 08:18:01 +0000 Subject: 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 682abf2ae5..d038be6669 100755 --- a/configure +++ b/configure @@ -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" -- cgit v1.2.3