From 9defc531ea605e6dcb269a70cddfb933455eda85 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 19 Aug 2004 17:18:06 +0000 Subject: [PATCH] portability fix taken from the NetBSD patch set git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13056 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 6de526cb55..0cb1999cda 100755 --- a/configure +++ b/configure @@ -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'