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)
commitd4b7f3270bb05cc18782d28336700ab4634fa007
tree9b7bbeb3fe9161ae0b6b3004967af763901487d6
parent0c07b0faa4c5b9dd486e36ceada4401c1a24b487
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