Basic hashtable support for UST
[lttng-tools.git] / configure.ac
index 052c5a33d902cd121f4b5cb88f4dcb118eefcfb1..0ac64700614204c7ea21efe51405343c6017119a 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)],
This page took 0.025482 seconds and 5 git commands to generate.