X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.ac;h=9969a563a3f4248e9917fe6e658810f6bdfb90fd;hb=1e5857342a9147a69a3709409fed6d6a793be3b5;hp=06381fc5d81e4c8f91e4aa5d4d65528fef4ddfac;hpb=25824c65721f0f21cadf1607fad367c7e7831816;p=collectd.git diff --git a/configure.ac b/configure.ac index 06381fc5..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;