X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=configure.ac;h=6a6dfac047bd3be7707839b2448a5a4102fc775b;hp=287b67ddb64cf6ca1ddad7c0dfaee115698ab9e6;hb=0e636c80aae070dcb89850990053bf3711283340;hpb=a4b279ba6de3b49b15cd0e93194d764b0eaa30a4 diff --git a/configure.ac b/configure.ac index 287b67ddb..6a6dfac04 100644 --- a/configure.ac +++ b/configure.ac @@ -86,7 +86,7 @@ AC_CHECK_DECL([caa_likely], [], # Check liblttng-ust-ctl library AC_ARG_ENABLE(lttng-ust, [ --disable-lttng-ust build without LTTng-UST (Userspace Tracing) support.], - lttng_ust_support=no, lttng_ust_support=yes) + lttng_ust_support=$enableval, lttng_ust_support=yes) [ if test "x$lttng_ust_support" = "xno"; then