projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c864f5
)
configure.ac: fix indentation
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sat, 1 Aug 2015 18:21:41 +0000
(20:21 +0200)
committer
Marc Fournier
<marc.fournier@camptocamp.com>
Mon, 3 Aug 2015 21:08:40 +0000
(23:08 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
553aa0a
..
81b5f2a
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-5304,15
+5304,15
@@
fi
if test "x$ac_system" = "xAIX"
then
-
plugin_tcpconns="yes"
-
plugin_ipc="yes"
+ plugin_tcpconns="yes"
+ plugin_ipc="yes"
fi
# FreeBSD
if test "x$ac_system" = "xFreeBSD"
then
-
plugin_zfs_arc="yes"
+ plugin_zfs_arc="yes"
fi