X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=configure.ac;h=02698885375515674b0ee2f68795dbd5dd67c05f;hp=16d3dd6db55def1a0a2be4c436673959b189657a;hb=099e26bda04bd3e02eee5b0a17fc0d7f47e3f8ea;hpb=3df9eaf3b25c6c5f08171105deec11c5671e4b35 diff --git a/configure.ac b/configure.ac index 16d3dd6db..026988853 100644 --- a/configure.ac +++ b/configure.ac @@ -22,11 +22,16 @@ AC_CHECK_LIB([popt], [poptGetContext], [], [AC_MSG_ERROR([Cannot find libpopt. Use [LDFLAGS]=-Ldir to specify its location.])] ) -# Check liburcu +# Check liburcu list.h AC_CHECK_DECL([cds_list_add], [], [AC_MSG_ERROR([liburcu 0.5.4 or newer is needed])], [[#include ]] ) +# Check liburcu wfqueue.h +AC_CHECK_DECL([cds_wfq_init], [], + [AC_MSG_ERROR([liburcu 0.5.4 or newer is needed])], [[#include ]] +) + AC_PROG_CC AC_PROG_LIBTOOL @@ -43,7 +48,7 @@ AC_CONFIG_FILES([ Makefile include/Makefile libkernelctl/Makefile - liblttkconsumerd/Makefile + liblttngkconsumerd/Makefile liblttngctl/Makefile liblttng-sessiond-comm/Makefile libustctl/Makefile