X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.in;h=3f922faf168ed1627b7ec8799b580e27e50ea109;hb=2c2affa00540642ed087f0f15178eb8cd653fdac;hp=c7cd1ba7baeb819c9c21fe1119fcf93e01aebee0;hpb=cc5ee53dfba55d6fe7c26513618a582adf80b7fa;p=collectd.git diff --git a/configure.in b/configure.in index c7cd1ba7..3f922faf 100644 --- a/configure.in +++ b/configure.in @@ -3028,6 +3028,7 @@ plugin_serial="no" plugin_swap="no" plugin_tape="no" plugin_tcpconns="no" +plugin_ted="no" plugin_thermal="no" plugin_users="no" plugin_vmem="no" @@ -3167,6 +3168,7 @@ fi if test "x$have_termios_h" = "xyes" then plugin_multimeter="yes" + plugin_ted="yes" fi if test "x$have_thread_info" = "xyes" @@ -3275,6 +3277,7 @@ AC_PLUGIN([target_replace], [yes], [The replace target]) AC_PLUGIN([target_set], [yes], [The set target]) AC_PLUGIN([tcpconns], [$plugin_tcpconns], [TCP connection statistics]) AC_PLUGIN([teamspeak2], [yes], [TeamSpeak2 server statistics]) +AC_PLUGIN([ted], [$plugin_ted], [Read The Energy Detective values]) AC_PLUGIN([thermal], [$plugin_thermal], [Linux ACPI thermal zone statistics]) AC_PLUGIN([unixsock], [yes], [Unixsock communication plugin]) AC_PLUGIN([users], [$plugin_users], [User statistics]) @@ -3559,6 +3562,7 @@ Configuration: target_set . . . . . $enable_target_set tcpconns . . . . . . $enable_tcpconns teamspeak2 . . . . . $enable_teamspeak2 + ted . . . . . . . . . $enable_ted thermal . . . . . . . $enable_thermal unixsock . . . . . . $enable_unixsock users . . . . . . . . $enable_users