X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/misc/blobdiff_plain/413f75403bde6b1d19df67ffb7329a41212c1868..ed68d9a61a11bc1ba3f80c1b51c2715906c62f87:/configure.ac diff --git a/configure.ac b/configure.ac index f0fa614..97e1c30 100644 --- a/configure.ac +++ b/configure.ac @@ -72,7 +72,7 @@ AC_CHECK_FUNC([prlimit], [have_prlimit=yes], [have_prlimit=no]) AM_CONDITIONAL([HAVE_PRLIMIT], [test $have_prlimit = yes]) ## Processor type. -case "$host_cpu" in i?86) x86=yes;; *) x86=no;; esac +case "$host_cpu" in i?86 | x86_64) x86=yes;; *) x86=no;; esac AM_CONDITIONAL([X86], [test $x86 = yes -a $GCC = yes]) dnl--------------------------------------------------------------------------