From: Marc Fournier Date: Thu, 14 Aug 2014 08:27:47 +0000 (+0200) Subject: configure.ac: correct "if" condition altering generated example collectd.conf X-Git-Tag: collectd-5.5.0~224 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=831665cda72d63624b758860a1b89bd234f6de49;p=collectd.git configure.ac: correct "if" condition altering generated example collectd.conf --- diff --git a/configure.ac b/configure.ac index 5235112c..fe206091 100644 --- a/configure.ac +++ b/configure.ac @@ -5384,7 +5384,7 @@ else LOAD_PLUGIN_LOGFILE="##" fi -if test "x$enable_logfile" = "xyes" +if test "x$enable_log_logstash" = "xyes" then LOAD_PLUGIN_LOG_LOGSTASH="#" else