Fix --enable-lttng-ust configure option
[lttng-tools.git] / configure.ac
index 287b67ddb64cf6ca1ddad7c0dfaee115698ab9e6..6a6dfac047bd3be7707839b2448a5a4102fc775b 100644 (file)
@@ -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.],
 # 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
 
 [
 if test "x$lttng_ust_support" = "xno"; then
This page took 0.023225 seconds and 4 git commands to generate.