diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 9f3d636..f5dcb77 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -84,6 +84,10 @@ case $host_cpu in | |||
84 | AS_IF([test "x$BSWAP4" = "xyes"],, | 84 | AS_IF([test "x$BSWAP4" = "xyes"],, |
85 | CPPFLAGS="$CPPFLAGS -D__STRICT_ALIGNMENT") | 85 | CPPFLAGS="$CPPFLAGS -D__STRICT_ALIGNMENT") |
86 | ;; | 86 | ;; |
87 | *amd64*) | ||
88 | host_cpu=x86_64 | ||
89 | ;; | ||
90 | |||
87 | esac | 91 | esac |
88 | 92 | ||
89 | AC_MSG_CHECKING([if .gnu.warning accepts long strings]) | 93 | AC_MSG_CHECKING([if .gnu.warning accepts long strings]) |