summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2019-10-28 16:09:04 +1100
committerDarren Tucker <dtucker@dtucker.net>2019-10-28 16:27:53 +1100
commitd561b0b2fa2531b4cc3bc70a7d657c6485c9fd0b (patch)
treedd65310dd68efa3a4f6e1ddf613caa60adee5ab6 /configure.ac
parent2912596aecfcf48e5115c7a906d1e664f7717a4b (diff)
Make sure we have struct statfs before using.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 268fe1a4b..ea99887fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3751,7 +3751,7 @@ AC_CHECK_TYPES([fsblkcnt_t, fsfilcnt_t], , , [
3751#endif 3751#endif
3752]) 3752])
3753 3753
3754AC_CHECK_MEMBERS([struct statfs.f_flags], [], [], [[ 3754AC_CHECK_MEMBERS([struct statfs.f_files, struct statfs.f_flags], [], [], [[
3755#include <sys/types.h> 3755#include <sys/types.h>
3756#ifdef HAVE_SYS_BITYPES_H 3756#ifdef HAVE_SYS_BITYPES_H
3757#include <sys/bitypes.h> 3757#include <sys/bitypes.h>