X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=0987dfc31580a08eb0a433e8ae65b8c80bb5687d;hb=eff0b2c38d24092c41bbb51926ac4e3b8c6acb83;hp=ab93a105bcc4092df95082d708a8f1d6c83e3968;hpb=77c5447bf40458790051b940824814709d95ab85;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index ab93a105b..0987dfc31 100644 --- a/configure.ac +++ b/configure.ac @@ -182,12 +182,12 @@ 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_set_filter], + AC_CHECK_LIB([lttng-ust-ctl], [ustctl_recv_channel_from_consumer], [ AC_DEFINE([HAVE_LIBLTTNG_UST_CTL], [1], [has LTTng-UST control support]) lttng_ust_ctl_found=yes ], - [AC_MSG_ERROR([Cannot find LTTng-UST >= 2.1.x. Use --with-lttng-ust-prefix=PREFIX to specify its location, or specify --disable-lttng-ust to build lttng-tools without LTTng-UST support.])], + [AC_MSG_ERROR([Cannot find LTTng-UST >= 2.2.x. Use --with-lttng-ust-prefix=PREFIX to specify its location, or specify --disable-lttng-ust to build lttng-tools without LTTng-UST support.])], [-lurcu-common -lurcu-bp -lurcu-cds -lrt] ) ])