From: Jonathan Rajotte Date: Tue, 20 Oct 2015 18:57:24 +0000 (-0400) Subject: Use --with/--without for lttng-ust support X-Git-Tag: v2.8.0-rc1~223 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=a069e9a89a1fa25f38dfca485a297e9cb11962b2;ds=sidebyside Use --with/--without for lttng-ust support Fixes #956 Signed-off-by: Jonathan Rajotte Signed-off-by: Jérémie Galarneau --- diff --git a/configure.ac b/configure.ac index 10a534c36..a46bfd391 100644 --- a/configure.ac +++ b/configure.ac @@ -311,8 +311,8 @@ AC_ARG_WITH(lttng-ust-prefix, ]) # Check liblttng-ust-ctl library -AC_ARG_ENABLE(lttng-ust, - AS_HELP_STRING([--disable-lttng-ust],[build without LTTng-UST (Userspace Tracing) support]), +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) AS_IF([test "x$lttng_ust_support" = "xyes"], [