X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=configure.ac;h=d04f4322deb5d5800645ad358f18e853ce9d919a;hb=e9d165be13c8d6e3c0f60e5eca9bf2c5fbfa7712;hp=63f13d0ef0a17db7db6333a6223de4b92eae73fc;hpb=43f761966f4f5485e2cac8330e027e587babe4ad;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 63f13d0e..d04f4322 100644 --- a/configure.ac +++ b/configure.ac @@ -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"