X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=configure.ac;h=9969a563a3f4248e9917fe6e658810f6bdfb90fd;hp=5fccc66bdd920a58c2bad4050b180bdcef66f174;hb=83a79f28ad42959294efc9a7baaa001a4fda545e;hpb=793da5a1d4fee49f3628c8147732cad52d8b0a42 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