diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..c69f085 --- /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 4605cf0..b5c20f2 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) |