configure.ac: correct "if" condition altering generated example collectd.conf
authorMarc Fournier <marc.fournier@camptocamp.com>
Thu, 14 Aug 2014 08:27:47 +0000 (10:27 +0200)
committerMarc Fournier <marc.fournier@camptocamp.com>
Thu, 14 Aug 2014 08:27:47 +0000 (10:27 +0200)
configure.ac

index 5235112..fe20609 100644 (file)
@@ -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