X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=e0d4cd3a37f3738e003d335913f46343b3d7c4bc;hb=59de7e895a11828f2394f272771e692d8435516f;hp=2d54dadd95fc66d1a437e7de6c0da292e1542694;hpb=f4a7483792ec6fb169757e0eeb78b7af75195db5;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 2d54dadd..e0d4cd3a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([lttng-ust],[2.6.0-rc2],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[2.6.1],[mathieu dot desnoyers at efficios dot com]) # Following the numbering scheme proposed by libtool for the library version # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html @@ -238,6 +238,7 @@ changequote([,])dnl s390) NO_UNALIGNED_ACCESS=1 ;; s390x) NO_UNALIGNED_ACCESS=1 ;; arm*) NO_UNALIGNED_ACCESS=1 ;; + aarch64) NO_UNALIGNED_ACCESS=1 ;; mips*) NO_UNALIGNED_ACCESS=1 ;; tile*) NO_UNALIGNED_ACCESS=1 ;; *) AC_MSG_ERROR([unable to detect alignment requirements (unsupported architecture ($host_cpu)?)]) ;;