projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8b2244
)
configure.ac: correct "if" condition altering generated example collectd.conf
author
Marc Fournier
<marc.fournier@camptocamp.com>
Thu, 14 Aug 2014 08:27:47 +0000
(10:27 +0200)
committer
Marc Fournier
<marc.fournier@camptocamp.com>
Thu, 14 Aug 2014 08:27:47 +0000
(10:27 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
5235112
..
fe20609
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-5384,7
+5384,7
@@
else
LOAD_PLUGIN_LOGFILE="##"
fi
-if test "x$enable_log
file
" = "xyes"
+if test "x$enable_log
_logstash
" = "xyes"
then
LOAD_PLUGIN_LOG_LOGSTASH="#"
else