X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=configure.in;h=d21df3cd919f96b9c8c15d185c613cbd0a0a578d;hp=f091d025d3a7fab497a7c0aca9a60b2d2082422e;hb=f2a35cefd56bdf4b26cc82637a29445abe1744fb;hpb=80505d2533cac9eba54c04dd3a3bff16d0f964b6 diff --git a/configure.in b/configure.in index f091d025..d21df3cd 100644 --- a/configure.in +++ b/configure.in @@ -3869,6 +3869,7 @@ AC_PLUGIN([load], [$plugin_load], [System load]) AC_PLUGIN([logfile], [yes], [File logging plugin]) AC_PLUGIN([madwifi], [$have_linux_wireless_h], [Madwifi wireless statistics]) AC_PLUGIN([match_empty_counter], [yes], [The empty counter match]) +AC_PLUGIN([match_hashed], [yes], [The hashed 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]) @@ -4173,6 +4174,7 @@ Configuration: logfile . . . . . . . $enable_logfile madwifi . . . . . . . $enable_madwifi match_empty_counter . $enable_match_empty_counter + match_hashed . . . . $enable_match_hashed match_regex . . . . . $enable_match_regex match_timediff . . . $enable_match_timediff match_value . . . . . $enable_match_value