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-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=80294418289129eb75c9f07e2043adcbd02941a4 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 c4cdf4dd..438d567f 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