From d4b7f3270bb05cc18782d28336700ab4634fa007 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Mon, 11 Dec 2017 16:38:33 +0100 Subject: [PATCH] configure: Set default value for plugin_write_stackdriver. Otherwise the output is going to be something like this when the plugin cannot be built, which is ugly: ``` write_sensu . . . . . yes write_stackdriver . . write_tsdb . . . . . yes ``` --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 5333c423..641a71a9 100644 --- a/configure.ac +++ b/configure.ac @@ -6406,6 +6406,7 @@ plugin_vmem="no" plugin_vserver="no" plugin_wireless="no" plugin_write_prometheus="no" +plugin_write_stackdriver="no" plugin_xencpu="no" plugin_zfs_arc="no" plugin_zone="no" -- 2.11.0