X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=configure.ac;h=2c451e97d1f13e408d688b128a552c2d7a9c9547;hp=9cc411ea087d258f80d850ac6276010acf6a1e0d;hb=db08491ba2fe7be2c58a62bb9d52256b128b3eb6;hpb=adf7a0a197a90d6b8ed7a831d6681beb77371a3d diff --git a/configure.ac b/configure.ac index 9cc411ea0..2c451e97d 100644 --- a/configure.ac +++ b/configure.ac @@ -313,7 +313,7 @@ AC_ARG_WITH(lttng-ust-prefix, # Check liblttng-ust-ctl library AC_ARG_WITH(lttng-ust, AS_HELP_STRING([--without-lttng-ust],[build without LTTng-UST (Userspace Tracing) support]), - lttng_ust_support=$enableval, lttng_ust_support=yes) + lttng_ust_support=$withval, lttng_ust_support=yes) AS_IF([test "x$lttng_ust_support" = "xyes"], [ AC_CHECK_LIB([lttng-ust-ctl], [ustctl_recv_channel_from_consumer],