X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=configure.ac;h=ff950cd796648e8cbe06099816b49c272bbe651a;hp=052c5a33d902cd121f4b5cb88f4dcb118eefcfb1;hb=d6309f5907981526e78078dfb87419fbd267f270;hpb=3bd1e0819b577ffcb44acd7c2f8e02ff09654b7b diff --git a/configure.ac b/configure.ac index 052c5a33d..ff950cd79 100644 --- a/configure.ac +++ b/configure.ac @@ -59,6 +59,8 @@ AC_CHECK_DECL([ustctl_create_session], AM_CONDITIONAL([LTTNG_TOOLS_HAVE_UST], [ test "x$have_ust_test" = "x1" ]) +AC_CHECK_FUNCS([sched_getcpu sysconf]) + # Epoll check. If not present, the build will fallback on poll() API AX_HAVE_EPOLL( [AX_CONFIG_FEATURE_ENABLE(epoll)], @@ -92,7 +94,6 @@ AC_CONFIG_FILES([ liblttng-ustconsumer/Makefile liblttngctl/Makefile liblttng-sessiond-comm/Makefile - libustcomm/Makefile lttng-consumerd/Makefile ltt-sessiond/Makefile lttng/Makefile