portability fix taken from the NetBSD patch set

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13056 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2004-08-19 17:18:06 +00:00
parent 68824c0c5a
commit 9defc531ea
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -872,7 +872,7 @@ EOF
_optimizing=''
;;
x86_64)
x86_64|amd64)
_def_arch='#define ARCH_X86_64 1'
_target_arch='TARGET_ARCH_X86_64 = yes'
iproc='x86_64'