From d386591bf85e08d5fa85e6deadb815bcfff88356 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Thu, 3 Nov 2011 13:09:22 -0400 Subject: [PATCH 1/1] Fix configure.ac using new UST headers location Signed-off-by: David Goulet --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ]) -- 2.34.1