summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
parent33460fb393c9591babcc43b30a73eef3971765c2 (diff)
Bug #4831 <https://bugs.freedesktop.org/show_bug.cgi?id=4831>. Check for
x86_64 in addition to amd64 in host_cpu.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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)