Blob Blame History Raw
diff --git a/configure.ac b/configure.ac
index 5bde0a0..3726921 100644
--- a/configure.ac
+++ b/configure.ac
@@ -100,7 +100,7 @@ LIBPOSTFIX=
 case "${host_os}" in
   *linux* )
     case "${host_cpu}" in
-      powerpc64 | s390x | x86_64 | sparc64 )
+      powerpc64 | s390x | x86_64 | sparc64 | aarch64)
         LIBPOSTFIX="64"
         ;;
     esac