X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.in;h=d53706dfbb87807975e57b234548c3eb291e8299;hb=a2ef6243e563dae68c71d58c1d9af924a5817e5a;hp=952f5c5d12bfd1966c7ce81e17fcd77a0125f63e;hpb=bc0a8f260e4e24bdf664c3dcff919b6f99bfe31d;p=collectd.git diff --git a/configure.in b/configure.in index 952f5c5d..d53706df 100644 --- a/configure.in +++ b/configure.in @@ -2222,6 +2222,7 @@ AC_PLUGIN([serial], [$plugin_serial], [serial port traffic]) AC_PLUGIN([snmp], [$with_libnetsnmp], [SNMP querying plugin]) AC_PLUGIN([swap], [$plugin_swap], [Swap usage statistics]) AC_PLUGIN([syslog], [$have_syslog], [Syslog logging plugin]) +AC_PLUGIN([tail], [yes], [Parsing of logfiles]) AC_PLUGIN([tape], [$plugin_tape], [Tape drive statistics]) AC_PLUGIN([tcpconns], [$plugin_tcpconns], [TCP connection statistics]) AC_PLUGIN([unixsock], [yes], [Unixsock communication plugin]) @@ -2360,6 +2361,7 @@ Configuration: snmp . . . . . . . $enable_snmp swap . . . . . . . $enable_swap syslog . . . . . . $enable_syslog + tail . . . . . . . $enable_tail tape . . . . . . . $enable_tape tcpconns . . . . . $enable_tcpconns unixsock . . . . . $enable_unixsock