Code

unixsock plugin: Don't include <sys/poll.h> since it's not used.
[collectd.git] / configure.in
index 01c6d73aee7027f3a4c13dd1dd15ca2dbd259f28..dcaad9ef04f96c26c52f065dc297aca3880140b4 100644 (file)
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(collectd, 4.0.0-rc6)
+AC_INIT(collectd, 4.0.0-rc8)
 AC_CONFIG_SRCDIR(src/collectd.c)
 AC_CONFIG_HEADERS(src/config.h)
 AM_INIT_AUTOMAKE(dist-bzip2)
@@ -208,6 +208,7 @@ AC_CHECK_HEADERS(mach/kern_return.h)
 
 # For hddtemp module
 AC_CHECK_HEADERS(linux/major.h)
+AC_CHECK_HEADERS(libgen.h)
 
 # For the apple_sensors module
 AC_CHECK_HEADERS(CoreFoundation/CoreFoundation.h)