projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98e2a7f
)
Build system: enable the "df" plugin when getmntent_r() is available.
collectd-5.7
author
Florian Forster
<octo@collectd.org>
Wed, 20 Feb 2019 08:37:53 +0000
(09:37 +0100)
committer
Florian Forster
<octo@collectd.org>
Wed, 20 Feb 2019 08:41:44 +0000
(09:41 +0100)
Looks like the check result used to be stored in a variable of a
different name.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
c4cdf4d
..
438d567
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-6308,7
+6308,7
@@
then
plugin_df="yes"
fi
-if test "x$
c_cv_
have_getmntent_r" = "xyes"
+if test "x$have_getmntent_r" = "xyes"
then
plugin_df="yes"
fi