aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
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
87esac 91esac
88 92
89AC_MSG_CHECKING([if .gnu.warning accepts long strings]) 93AC_MSG_CHECKING([if .gnu.warning accepts long strings])