Fix: configure.ac: add missing result to alignment req. check
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 25 Mar 2014 13:46:40 +0000 (09:46 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 25 Mar 2014 14:03:52 +0000 (10:03 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
configure.ac

index f507883aff5d2cfad817ec2962f483976285ecdd..f3bce8daf6a369f733de76ff239353c3473465e1 100644 (file)
@@ -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])
This page took 0.025103 seconds and 4 git commands to generate.