From: David Goulet Date: Thu, 3 Nov 2011 17:09:22 +0000 (-0400) Subject: Fix configure.ac using new UST headers location X-Git-Tag: v2.0-pre15~166 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=d386591bf85e08d5fa85e6deadb815bcfff88356 Fix configure.ac using new UST headers location Signed-off-by: David Goulet --- 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" ])