From a069e9a89a1fa25f38dfca485a297e9cb11962b2 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Tue, 20 Oct 2015 14:57:24 -0400 Subject: [PATCH] Use --with/--without for lttng-ust support MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes #956 Signed-off-by: Jonathan Rajotte Signed-off-by: Jérémie Galarneau --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"], [ -- 2.34.1