aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorCharles Longeau <github@chl.be>2013-04-01 14:12:54 +0200
committerCharles Longeau <github@chl.be>2013-04-01 14:12:54 +0200
commit8bc058ad87c95e5adb42908bccc37ba7896dae35 (patch)
treedf564c74097678db460edd7733807571f1a9f477 /configure.ac
parentMerge branch 'master' into portable (diff)
downloadOpenSMTPD-8bc058ad87c95e5adb42908bccc37ba7896dae35.tar.xz
OpenSMTPD-8bc058ad87c95e5adb42908bccc37ba7896dae35.zip
fix build for portable
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 10d09570..a89a4d20 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2045,6 +2045,10 @@ AC_CHECK_MEMBERS([struct sockaddr_in6.sin6_len], , ,
#include <netinet/in.h>
#include <sys/socket.h> ]
)
+AC_CHECK_MEMBERS([struct statfs.f_favail], , ,
+ [ #include <sys/vfs.h>
+ #include <sys/statfs.h> ]
+)
##chl part