summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2004-01-21 23:47:48 +0100
committerKevin Ryde <user42@zip.com.au>2004-01-21 23:47:48 +0100
commitf58281c2f7b995d24df4d40f55aba99b21abb41d (patch)
treefe342cf5690ad548b49e4167ec8c0853476610e6 /acinclude.m4
parent127c135eb7bcc3830a1565d451167fa3ff92434a (diff)
downloadgmp-f58281c2f7b995d24df4d40f55aba99b21abb41d.tar.gz
* acinclude.m4 (X86_PATTERN): Add x86_64.
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index cd2fbce4f..45e031d25 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1,7 +1,7 @@
dnl GMP specific autoconf macros
-dnl Copyright 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+dnl Copyright 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
@@ -45,7 +45,7 @@ define(POWERPC64_PATTERN,
[[powerpc64-*-* | powerpc64le-*-* | powerpc620-*-* | powerpc630-*-* | powerpc970-*-*]])
define(X86_PATTERN,
-[[i?86*-*-* | k[5-8]*-*-* | pentium*-*-* | athlon-*-* | viac3*-*-*]])
+[[i?86*-*-* | k[5-8]*-*-* | pentium*-*-* | athlon-*-* | viac3*-*-* | x86_64-*-*]])
dnl GMP_FAT_SUFFIX(DSTVAR, DIRECTORY)