[lttng-dev] [PATCH lttng-tools] Use --without-lttng-ust in error message

Jérémie Galarneau jeremie.galarneau at efficios.com
Wed Nov 11 15:36:23 EST 2015


Merged in master, thanks!

Jérémie

On Wed, Nov 11, 2015 at 2:54 PM, Michael Jeanson <mjeanson at efficios.com> wrote:
> Signed-off-by: Michael Jeanson <mjeanson at efficios.com>
> ---
>  configure.ac | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index a46bfd3..6020596 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]
>         )
>  ])
> --
> 1.9.1
>



-- 
Jérémie Galarneau
EfficiOS Inc.
http://www.efficios.com



More information about the lttng-dev mailing list