chiark / gitweb /
Release 1.3.0.
[misc] / configure.ac
index f0fa6143e0c55b8a37cd2a7e9811a9b83e99c077..97e1c30bf889fd28300e1ce5447cc265cc804329 100644 (file)
@@ -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--------------------------------------------------------------------------