X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=configure.in;h=a9d8eff31e51c3a58c25019192b6c72f2a986aaa;hb=2cea8075c666a6c6c7d6e1b4f95e1bee6f3803ac;hp=0b0aa8904f2515c5e45d26459f67b10105b14e04;hpb=e5bee85b6d9b15a57a4d555cde72a994e2dc73b1;p=collectd.git diff --git a/configure.in b/configure.in index 0b0aa890..a9d8eff3 100644 --- a/configure.in +++ b/configure.in @@ -291,6 +291,7 @@ AC_CHECK_HEADERS(arpa/nameser.h arpa/nameser_compat.h) AC_CHECK_HEADERS(net/if_arp.h) AC_CHECK_HEADERS(net/if_ppp.h) AC_CHECK_HEADERS(netinet/if_ether.h) +AC_CHECK_HEADERS(netinet/tcp.h) AC_CHECK_HEADERS(netinet/udp.h) dnl Checking for libraries @@ -1005,6 +1006,7 @@ AC_COLLECTD([serial], [disable], [module], [serial statistics]) AC_COLLECTD([swap], [disable], [module], [swap statistics]) AC_COLLECTD([tape], [disable], [module], [tape statistics]) AC_COLLECTD([traffic], [disable], [module], [system traffic statistics]) +AC_COLLECTD([unixsock], [disable], [module], [UNIX socket plugin]) AC_COLLECTD([users], [disable], [module], [user count statistics]) AC_COLLECTD([vserver], [disable], [module], [vserver statistics]) AC_COLLECTD([wireless], [disable], [module], [wireless link statistics]) @@ -1061,6 +1063,7 @@ Configuration: swap . . . . . . . $enable_swap tape . . . . . . . $enable_tape traffic . . . . . . $enable_traffic + unixsock . . . . . $enable_unixsock users . . . . . . . $enable_users vserver . . . . . . $enable_vserver wireless . . . . . $enable_wireless