summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2005-10-20 23:01:58 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2005-10-20 23:01:58 +0000
commite6c1859e3a7c84b882e0c30d0783255ed1258d9e (patch)
tree6a31e686d15b1a7a10e3785cc3ec30080e1019fa
parent33460fb393c9591babcc43b30a73eef3971765c2 (diff)
Bug #4831 <https://bugs.freedesktop.org/show_bug.cgi?id=4831>. Check for
x86_64 in addition to amd64 in host_cpu.
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 00000000..c69f0850
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,5 @@
+2005-10-20 Donnie Berkholz <spyderous@gentoo.org>
+
+ * configure.ac: Bug #4831
+ <https://bugs.freedesktop.org/show_bug.cgi?id=4831>. Check for x86_64 in
+ addition to amd64 in host_cpu.
diff --git a/configure.ac b/configure.ac
index 4605cf02..b5c20f21 100644
--- a/configure.ac
+++ b/configure.ac
@@ -111,7 +111,7 @@ case $host_cpu in
ATIMISC_TV_OUT=yes
ATIMISC_CPIO=yes
;;
- amd64|alpha)
+ x86_64|amd64|alpha)
ATIMISC_CPIO=yes
;;
sparc)