Add sched_getcpu and sysconf to AC_CHECK_FUNCS
[lttng-ust.git] / configure.ac
index 63f13d0ef0a17db7db6333a6223de4b92eae73fc..d04f4322deb5d5800645ad358f18e853ce9d919a 100644 (file)
@@ -70,7 +70,7 @@ AC_C_INLINE
 
 # Checks for library functions.
 AC_FUNC_MALLOC
-AC_CHECK_FUNCS([gettimeofday munmap socket strerror strtol])
+AC_CHECK_FUNCS([gettimeofday munmap socket strerror strtol sched_getcpu sysconf])
 
 CFLAGS="-Wall $CFLAGS"
 
This page took 0.038669 seconds and 4 git commands to generate.