X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.in;fp=configure.in;h=65e296a83104c5333bb3f1dca4ccb38fec8c8263;hb=95e95817de3f4962bf87fa1848c483fa27a02a0f;hp=4ef308e229ae96920e6f6da0311735e66c98d1a5;hpb=5472038917e3fbf19e4706e488c1522018c51749;p=collectd.git diff --git a/configure.in b/configure.in index 4ef308e2..65e296a8 100644 --- a/configure.in +++ b/configure.in @@ -3717,6 +3717,7 @@ AC_PLUGIN([java], [$with_java], [Embed the Java Virtual Machine]) AC_PLUGIN([libvirt], [$plugin_libvirt], [Virtual machine statistics]) AC_PLUGIN([load], [$plugin_load], [System load]) AC_PLUGIN([logfile], [yes], [File logging plugin]) +AC_PLUGIN([match_empty_counter], [yes], [The empty counter match]) AC_PLUGIN([match_regex], [yes], [The regex match]) AC_PLUGIN([match_timediff], [yes], [The timediff match]) AC_PLUGIN([match_value], [yes], [The value match]) @@ -4013,6 +4014,7 @@ Configuration: libvirt . . . . . . . $enable_libvirt load . . . . . . . . $enable_load logfile . . . . . . . $enable_logfile + match_empty_counter . $enable_match_empty_counter match_regex . . . . . $enable_match_regex match_timediff . . . $enable_match_timediff match_value . . . . . $enable_match_value