Mercurial > mplayer.hg
changeset 11724:49819b96fdaf
x86_64/amd64 detection under freebsd
author | alex |
---|---|
date | Fri, 02 Jan 2004 14:06:47 +0000 |
parents | 0629994c4fe0 |
children | 64137954a868 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Fri Jan 02 14:03:31 2004 +0000 +++ b/configure Fri Jan 02 14:06:47 2004 +0000 @@ -431,7 +431,7 @@ 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 ;;