X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=2c451e97d1f13e408d688b128a552c2d7a9c9547;hb=3b0246b4f7c4da472630b2d7de7522b3715b5764;hp=4a0673e768535d1bc53be2c555e356cd209a8035;hpb=b67cd6f052bb21a3c3c72840a9e55598951ba632;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index 4a0673e76..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], @@ -805,6 +805,8 @@ AC_CONFIG_FILES([ tests/regression/ust/exit-fast/Makefile tests/regression/ust/fork/Makefile tests/regression/ust/libc-wrapper/Makefile + tests/regression/ust/baddr-statedump/Makefile + tests/regression/ust/ust-dl/Makefile tests/regression/ust/java-jul/Makefile tests/regression/ust/java-log4j/Makefile tests/regression/ust/python-logging/Makefile