summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-01-02 14:06:47 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-01-02 14:06:47 +0000
commite49b225d51458ec021afd2e8bb779103a37837fc (patch)
tree5b9963f296376ba839e494607fb08fc9f6dd3aae /configure
parent1f3f65fcfb34fe7b57745a58773d2dd4811070ec (diff)
downloadmpv-e49b225d51458ec021afd2e8bb779103a37837fc.tar.bz2
mpv-e49b225d51458ec021afd2e8bb779103a37837fc.tar.xz
x86_64/amd64 detection under freebsd
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11725 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 9a7e2dbcee..a9c2527dfb 100755
--- a/configure
+++ b/configure
@@ -431,7 +431,7 @@ if test -z "$_target" ; then
case "`( uname -m ) 2>&1`" in
i[3-9]86*|x86|x86pc|k5|k6|k6_2|k6_3|k6-2|k6-3|pentium*|athlon*|i586_i686|i586-i686) host_arch=i386 ;;
ia64) host_arch=ia64 ;;
- x86_64) host_arch=x86_64 ;;
+ x86_64|amd64) host_arch=x86_64 ;;
ppc) host_arch=ppc ;;
alpha) host_arch=alpha ;;
sparc*) host_arch=sparc ;;