Fix: configure.ac: add missing result to alignment req. check
[lttng-ust.git] / 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.023236 seconds and 4 git commands to generate.