changeset 13055:73f18d9f0ca9

portability fix taken from the NetBSD patch set
author diego
date Thu, 19 Aug 2004 17:18:06 +0000
parents f1c32aac49e5
children 1c2f6de431bf
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Thu Aug 19 16:26:16 2004 +0000
+++ b/configure	Thu Aug 19 17:18:06 2004 +0000
@@ -872,7 +872,7 @@
     _optimizing=''
     ;;
 
-  x86_64)
+  x86_64|amd64)
     _def_arch='#define ARCH_X86_64 1'
     _target_arch='TARGET_ARCH_X86_64 = yes'
     iproc='x86_64'