From 2cfc965540da0e8a15eec875f83df09ee6f51bb5 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Wed, 15 Aug 2012 11:10:36 -0400 Subject: [PATCH] Make the configure check for ustctl_set_filter This function call will be part of the 2.1 release and lttng-tools 2.1 needs lttng-ust-ctl 2.1 for user space tracing to work. Signed-off-by: David Goulet --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e4b9eb1ad..23a29bc0f 100644 --- a/configure.ac +++ b/configure.ac @@ -138,7 +138,7 @@ AC_ARG_ENABLE(lttng-ust, lttng_ust_support=$enableval, lttng_ust_support=yes) AS_IF([test "x$lttng_ust_support" = "xyes"], [ - AC_CHECK_LIB([lttng-ust-ctl], [ustctl_create_session], + AC_CHECK_LIB([lttng-ust-ctl], [ustctl_set_filter], [ AC_DEFINE([HAVE_LIBLTTNG_UST_CTL], [1], [has LTTng-UST control support]) lttng_ust_ctl_found=yes -- 2.34.1