Add sched_getcpu and sysconf to AC_CHECK_FUNCS
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 15 Feb 2012 00:06:52 +0000 (19:06 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 15 Feb 2012 00:06:52 +0000 (19:06 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
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.024895 seconds and 4 git commands to generate.