From bf2215ed72a104ee0664702d3a069f4178237bf6 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 20 Feb 2019 10:20:00 +0100 Subject: [PATCH] configure.ac: Fix include of "utils/mount/mount.h". --- configure.ac | 4 ++-- src/utils/mount/mount.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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; diff --git a/src/utils/mount/mount.h b/src/utils/mount/mount.h index 0ad7d020..5bae546e 100644 --- a/src/utils/mount/mount.h +++ b/src/utils/mount/mount.h @@ -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/ -- 2.11.0