X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.ac;h=9969a563a3f4248e9917fe6e658810f6bdfb90fd;hb=1e5857342a9147a69a3709409fed6d6a793be3b5;hp=5fccc66bdd920a58c2bad4050b180bdcef66f174;hpb=2495404dd920b7860ebd9dce0cb7da31b018edb2;p=collectd.git diff --git a/configure.ac b/configure.ac index 5fccc66b..9969a563 100644 --- a/configure.ac +++ b/configure.ac @@ -1583,7 +1583,7 @@ if test "x$have_getmntent" = "xlibc"; then AC_COMPILE_IFELSE( [ AC_LANG_PROGRAM( - [[#include "$srcdir/src/utils_mount.h"]], + [[#include "$srcdir/src/utils/mount/mount.h"]], [[ FILE *fh; struct mntent *me; @@ -1605,7 +1605,7 @@ if test "x$have_getmntent" = "xlibc"; then AC_COMPILE_IFELSE( [ AC_LANG_PROGRAM( - [[#include "$srcdir/src/utils_mount.h"]], + [[#include "$srcdir/src/utils/mount/mount.h"]], [[ FILE *fh; struct mnttab mt; @@ -6630,7 +6630,7 @@ if test "x$c_cv_have_one_getmntent" = "xyes"; then plugin_df="yes" fi -if test "x$c_cv_have_getmntent_r" = "xyes"; then +if test "x$have_getmntent_r" = "xyes"; then plugin_df="yes" fi