Fix build system with libustcomm removed
[lttng-tools.git] / configure.ac
index 052c5a33d902cd121f4b5cb88f4dcb118eefcfb1..ff950cd796648e8cbe06099816b49c272bbe651a 100644 (file)
@@ -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
This page took 0.023065 seconds and 4 git commands to generate.