configure.ac: Fix include of "utils/mount/mount.h".
authorFlorian Forster <octo@collectd.org>
Wed, 20 Feb 2019 09:20:00 +0000 (10:20 +0100)
committerFlorian Forster <octo@collectd.org>
Wed, 20 Feb 2019 09:27:18 +0000 (10:27 +0100)
configure.ac
src/utils/mount/mount.h

index 06381fc..9969a56 100644 (file)
@@ -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;
index 0ad7d02..5bae546 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * collectd - src/utils_mount.h
+ * collectd - src/utils/mount/mount.h
  * Copyright (C) 2005,2006  Niki W. Waibel
  *
  * This program is free software; you can redistribute it and/