X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=configure.ac;h=b4a4b9ebb9f8acffd227bb395c175d97333ab0f9;hp=ac77c8222ae588b6fcb3edfca3917887e168c997;hb=d386591bf85e08d5fa85e6deadb815bcfff88356;hpb=9df8df5ea4a12be72f265c3c0d6911ac4e207bc0 diff --git a/configure.ac b/configure.ac index ac77c8222..b4a4b9ebb 100644 --- a/configure.ac +++ b/configure.ac @@ -59,7 +59,7 @@ AC_CHECK_DECL([ustctl_create_session], AC_MSG_WARN([UST header not found. Building without UST support.]) have_ust_test=0 ], - [[#include ]] + [[#include ]] ) AM_CONDITIONAL([LTTNG_TOOLS_HAVE_UST], [ test "x$have_ust_test" = "x1" ])