summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-04 08:18:01 +0000
committerlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-04 08:18:01 +0000
commitf0ae1f2dcef446bc9eb0bd158bce57d2a69d47a1 (patch)
treee792cbf34d116d02de5b942656b1b714960ce70d /configure
parent3f1191fdc6299e4464b56d32d905d86c58c5b7ab (diff)
downloadmpv-f0ae1f2dcef446bc9eb0bd158bce57d2a69d47a1.tar.bz2
mpv-f0ae1f2dcef446bc9eb0bd158bce57d2a69d47a1.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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"