X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.in;h=8ca08a11314412e4edc3e7c174f7b872806f20ec;hb=ae63361fe92090051cb08f2e6ad49d8dd135b3eb;hp=c9c3a89453e7b085454b8e510f913bdb93defa7b;hpb=ef95431fe621a3edc390e5b480f00de8c25f3cef;p=collectd.git diff --git a/configure.in b/configure.in index c9c3a894..8ca08a11 100644 --- a/configure.in +++ b/configure.in @@ -44,6 +44,7 @@ AC_CHECK_HEADERS(assert.h) AC_CHECK_HEADERS(sys/types.h) AC_CHECK_HEADERS(sys/socket.h) AC_CHECK_HEADERS(sys/select.h) +AC_CHECK_HEADERS(sys/poll.h) AC_CHECK_HEADERS(netdb.h) AC_CHECK_HEADERS(arpa/inet.h) AC_CHECK_HEADERS(sys/resource.h) @@ -901,6 +902,7 @@ AC_COLLECTD([load], [disable], [module], [system load statistics]) AC_COLLECTD([memory], [disable], [module], [memory statistics]) AC_COLLECTD([mysql], [disable], [module], [mysql statistics]) AC_COLLECTD([nfs], [disable], [module], [nfs statistics]) +AC_COLLECTD([ntpd], [disable], [module], [nfs statistics]) AC_COLLECTD([ping], [disable], [module], [ping statistics]) AC_COLLECTD([processes], [disable], [module], [processes statistics]) AC_COLLECTD([sensors], [disable], [module], [lm_sensors statistics]) @@ -947,6 +949,7 @@ Configuration: memory . . . . . . $enable_memory mysql . . . . . . . $enable_mysql nfs . . . . . . . . $enable_nfs + ntpd . . . . . . . $enable_ntpd ping . . . . . . . $enable_ping processes . . . . . $enable_processes sensors . . . . . . $enable_sensors