X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=configure.ac;h=72daf7e0f32c42770bfa2a60fb04c13bd66b527c;hp=0911b9a26036cdb9b8104cbad2025945ae63ec8a;hb=b827d67e5385599deed8dc2b61ec064d40d067cd;hpb=04965770958ef684f0e40d948264dc3283b4bcdc;ds=sidebyside diff --git a/configure.ac b/configure.ac index 0911b9a26..72daf7e0f 100644 --- a/configure.ac +++ b/configure.ac @@ -144,7 +144,7 @@ AS_IF([test "x$lttng_ust_support" = "xyes"], [ lttng_ust_ctl_found=yes ], [AC_MSG_ERROR([Cannot find LTTng-UST. Use [LDFLAGS]=-Ldir to specify its location, or specify --disable-lttng-ust to build lttng-tools without LTTng-UST support.])], - [-lurcu-common -lurcu-bp -lurcu-cds] + [-lurcu-common -lurcu-bp -lurcu-cds -lrt] ) ]) AM_CONDITIONAL([HAVE_LIBLTTNG_UST_CTL], [test "x$lttng_ust_ctl_found" = xyes])