]> arthur.barton.de Git - netdata.git/blobdiff - configure.ac
web_log plugin: support for apache non default (+ %I %D) added
[netdata.git] / configure.ac
index 08107c9acf7985da329a5952bf74ff4585f50194..fd9b0cd1c001f032f0788892b8ff2eb9f8f02e36 100644 (file)
@@ -47,6 +47,7 @@ AC_CHECK_FUNCS_ONCE(accept4)
 AC_CHECK_TYPES([struct timespec, clockid_t], [], [], [[#include <time.h>]])
 AC_SEARCH_LIBS([clock_gettime], [rt posix4])
 AC_CHECK_FUNCS([clock_gettime])
+AC_CHECK_FUNCS([sched_setscheduler sched_get_priority_min sched_get_priority_max nice])
 
 # Check system type
 case "$host_os" in