configure: Set default value for plugin_write_stackdriver.
authorFlorian Forster <octo@collectd.org>
Mon, 11 Dec 2017 15:38:33 +0000 (16:38 +0100)
committerFlorian Forster <octo@collectd.org>
Thu, 4 Oct 2018 19:14:37 +0000 (21:14 +0200)
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

index 5333c42..641a71a 100644 (file)
@@ -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"