]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
configure.ac: Fix include of "utils/mount/mount.h". 3097/head
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 06381fc5d81e4c8f91e4aa5d4d65528fef4ddfac..9969a563a3f4248e9917fe6e658810f6bdfb90fd 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 0ad7d0201bd9e9e711b9fb37492ae9a373d04cdf..5bae546eb249c6b39d3674a31d47dd4b7b157696 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/