Make the configure check for ustctl_set_filter
authorDavid Goulet <dgoulet@efficios.com>
Wed, 15 Aug 2012 15:10:36 +0000 (11:10 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Wed, 15 Aug 2012 15:10:36 +0000 (11:10 -0400)
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 <dgoulet@efficios.com>
configure.ac

index e4b9eb1ad8054a023bb5e8f42bf50d7fc1d785d2..23a29bc0f5541559e7c48a11992e84dd2b389d0a 100644 (file)
@@ -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
This page took 0.026841 seconds and 5 git commands to generate.