summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 30e4261..76e0ca9 100644
--- a/configure.in
+++ b/configure.in
@@ -1312,12 +1312,12 @@ dnl fwict, the 2-arg is an SVR4 standard, whereas the 3-arg is shared
1312dnl in the various BSD's 1312dnl in the various BSD's
1313dnl 1313dnl
1314 1314
1315AC_CHECK_HEADERS([sys/stat.h sys/param.h])
1315AC_CHECK_HEADERS([sys/swap.h], [], [], [ 1316AC_CHECK_HEADERS([sys/swap.h], [], [], [
1316#ifdef HAVE_SYS_PARAM_H 1317#ifdef HAVE_SYS_PARAM_H
1317#include <sys/param.h> 1318#include <sys/param.h>
1318#endif 1319#endif
1319]) 1320])
1320AC_CHECK_HEADERS([sys/stat.h sys/param.h])
1321AC_CHECK_DECLS([swapctl],,,[ 1321AC_CHECK_DECLS([swapctl],,,[
1322 #include <unistd.h> 1322 #include <unistd.h>
1323 #include <sys/types.h> 1323 #include <sys/types.h>