X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=6020596a1da7d2bbb412f64c68f459bd5e0d6776;hb=33e801a975452b5602ce22c5efa694577d78c84e;hp=10a534c36331f4a6bd19659a0d52ddfbff525671;hpb=193c46de9d0a53a5d07ea7ff07aa9162afa0508c;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index 10a534c36..6020596a1 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"], [ @@ -321,7 +321,7 @@ AS_IF([test "x$lttng_ust_support" = "xyes"], [ AC_DEFINE([HAVE_LIBLTTNG_UST_CTL], [1], [has LTTng-UST control support]) lttng_ust_ctl_found=yes ], - [AC_MSG_ERROR([Cannot find LTTng-UST >= 2.2.x. Use --with-lttng-ust-prefix=PREFIX to specify its location, or specify --disable-lttng-ust to build lttng-tools without LTTng-UST support.])], + [AC_MSG_ERROR([Cannot find LTTng-UST >= 2.2.x. Use --with-lttng-ust-prefix=PREFIX to specify its location, or specify --without-lttng-ust to build lttng-tools without LTTng-UST support.])], [-lurcu-common -lurcu-bp -lurcu-cds -lrt -ldl] ) ])