From: David Goulet Date: Wed, 15 Aug 2012 15:10:36 +0000 (-0400) Subject: Make the configure check for ustctl_set_filter X-Git-Tag: v2.1.0-rc1~18 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=2cfc965540da0e8a15eec875f83df09ee6f51bb5;ds=sidebyside 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 --- 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