diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
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 | |||
1312 | dnl in the various BSD's | 1312 | dnl in the various BSD's |
1313 | dnl | 1313 | dnl |
1314 | 1314 | ||
1315 | AC_CHECK_HEADERS([sys/stat.h sys/param.h]) | ||
1315 | AC_CHECK_HEADERS([sys/swap.h], [], [], [ | 1316 | AC_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 | ]) |
1320 | AC_CHECK_HEADERS([sys/stat.h sys/param.h]) | ||
1321 | AC_CHECK_DECLS([swapctl],,,[ | 1321 | AC_CHECK_DECLS([swapctl],,,[ |
1322 | #include <unistd.h> | 1322 | #include <unistd.h> |
1323 | #include <sys/types.h> | 1323 | #include <sys/types.h> |