2 # patch explains configure.in where to find struct statfs
3 # on Solaris (and similar OSes). Patch has been submitted
5 # https://github.com/proftpd/proftpd/pull/705
8 diff --git a/configure.in b/configure.in
9 index 16832b979..a7ccd93e7 100644
12 @@ -2056,6 +2050,9 @@ AC_CHECK_MEMBER(struct statfs.f_fstypename,
16 + #if HAVE_SYS_STATFS_H
17 + # include <sys/statfs.h>
21 AC_CHECK_MEMBER(struct statfs.f_type,
22 @@ -2073,6 +2070,9 @@ AC_CHECK_MEMBER(struct statfs.f_type,
26 + #if HAVE_SYS_STATFS_H
27 + # include <sys/statfs.h>