X-Git-Url: https://git.liburcu.org/?p=lttng-tools.git;a=blobdiff_plain;f=configure.ac;h=6020596a1da7d2bbb412f64c68f459bd5e0d6776;hp=a46bfd39155fa5ef00dbcbe51d214be30ab0517d;hb=aaa3a193283fb0253341028bf88a6fbe9371f522;hpb=a069e9a89a1fa25f38dfca485a297e9cb11962b2 diff --git a/configure.ac b/configure.ac index a46bfd391..6020596a1 100644 --- a/configure.ac +++ b/configure.ac @@ -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] ) ])