X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.in;h=76d686f3257698823ffc69fda59e0f6a0b88afe5;hb=eeb86d2d88b08cfc2f0701ca9b7a77d6731c7b94;hp=e2d4f8ce5bf4842db9a73f01d90fbb552219b82d;hpb=f453199292b45007e5078f568f3bce2e8c8b4067;p=collectd.git diff --git a/configure.in b/configure.in index e2d4f8ce..76d686f3 100644 --- a/configure.in +++ b/configure.in @@ -3096,6 +3096,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([table], [yes], [Parsing of tabular data]) AC_PLUGIN([tail], [yes], [Parsing of logfiles]) AC_PLUGIN([tape], [$plugin_tape], [Tape drive statistics]) AC_PLUGIN([target_notification], [yes], [The notification target]) @@ -3295,6 +3296,7 @@ Configuration: snmp . . . . . . . . $enable_snmp swap . . . . . . . . $enable_swap syslog . . . . . . . $enable_syslog + table . . . . . . . . $enable_table tail . . . . . . . . $enable_tail tape . . . . . . . . $enable_tape target_notification . $enable_target_notification