summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-11 08:13:52 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-11 08:13:52 +0000
commit1b28ddc7dc807292341263d5a9fac7d4c6530793 (patch)
tree8f26141194f9a0710120dd49cdb9651cbe26bdee /configure
parent14e2ec782287a260342b92353120633c730c6811 (diff)
downloadmpv-1b28ddc7dc807292341263d5a9fac7d4c6530793.tar.bz2
mpv-1b28ddc7dc807292341263d5a9fac7d4c6530793.tar.xz
Run TOOLS/cpuinfo on x86_64 as well as x86.
patch from the NetBSD pkgsrc git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20153 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 e61b147eb5..d68b88a4cd 100755
--- a/configure
+++ b/configure
@@ -842,7 +842,7 @@ elif darwin && not x86 ; then
elif aix; then
# use 'lsattr' on AIX
_cpuinfo="lsattr -E -l proc0 -a type"
-elif x86; then
+elif x86 || x86_64; then
# all other OSes try to extract CPU information from a small helper
# program TOOLS/cpuinfo instead
$_cc -o TOOLS/cpuinfo TOOLS/cpuinfo.c