From: Samuel Martin Date: Sun, 22 Nov 2015 22:38:01 +0000 (+0100) Subject: configure.ac: use $withval with AC_ARG_WITH X-Git-Tag: v2.8.0-rc1~205 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=db08491ba2fe7be2c58a62bb9d52256b128b3eb6 configure.ac: use $withval with AC_ARG_WITH Fixes #980 Signed-off-by: Samuel Martin Signed-off-by: Jérémie Galarneau --- 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],