diff -Naur a/configure.ac b/configure.ac
--- a/configure.ac 2017-08-21 19:40:55.000000000 -0400
+++ b/configure.ac 2017-10-01 20:00:26.380000000 -0400
@@ -18,6 +18,8 @@
linux*:x86_64)
;;
+ linux*:aarch64)
+ ;;
*)
AC_ERROR("Unsupported operating system - ${host_os}:${host_cpu}")
;;