X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=3ead48e7b8344f06df61566f9d1e1a8cdf7bf60c;hb=322585731ced1adba36cddcb8bdd5d997d1b2e3e;hp=052c5a33d902cd121f4b5cb88f4dcb118eefcfb1;hpb=3bd1e0819b577ffcb44acd7c2f8e02ff09654b7b;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index 052c5a33d..3ead48e7b 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,9 +94,8 @@ AC_CONFIG_FILES([ liblttng-ustconsumer/Makefile liblttngctl/Makefile liblttng-sessiond-comm/Makefile - libustcomm/Makefile lttng-consumerd/Makefile - ltt-sessiond/Makefile + lttng-sessiond/Makefile lttng/Makefile tests/Makefile doc/Makefile