From: Mathieu Desnoyers Date: Tue, 25 Mar 2014 13:46:40 +0000 (-0400) Subject: Fix: configure.ac: add missing result to alignment req. check X-Git-Tag: v2.4.1~7 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;ds=sidebyside;h=f5a9830bea82a79a976c3726c8d96f4bba674ed4;p=lttng-ust.git Fix: configure.ac: add missing result to alignment req. check Signed-off-by: Mathieu Desnoyers --- diff --git a/configure.ac b/configure.ac index f507883a..f3bce8da 100644 --- a/configure.ac +++ b/configure.ac @@ -198,6 +198,7 @@ changequote([,])dnl tile*) NO_UNALIGNED_ACCESS=1 ;; *) AC_MSG_ERROR([unable to detect alignment requirements (unsupported architecture ($host_cpu)?)]) ;; esac +AC_MSG_RESULT([$host_cpu]) if test x$NO_UNALIGNED_ACCESS = x ; then AC_DEFINE([LTTNG_UST_HAVE_EFFICIENT_UNALIGNED_ACCESS], [1])