From: Florian Forster Date: Wed, 20 Feb 2019 08:37:53 +0000 (+0100) Subject: Build system: enable the "df" plugin when getmntent_r() is available. X-Git-Tag: collectd-5.9.0~34^2^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3095%2Fhead;p=thirdparty%2Fcollectd.git Build system: enable the "df" plugin when getmntent_r() is available. Looks like the check result used to be stored in a variable of a different name. --- diff --git a/configure.ac b/configure.ac index c4cdf4dd9..438d567f5 100644 --- 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