aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index fe67737..8fcf601 100644
--- a/configure.in
+++ b/configure.in
@@ -126,6 +126,9 @@ else
AC_DEFINE_UNQUOTED(DONT_UPDATE_MTAB)
fi
+dnl Check, if bot time.h and sys/time.h may be included
+AC_HEADER_TIME
+
dnl Check, if compiler knows about bool
AC_CHECK_BOOL
@@ -133,7 +136,7 @@ dnl Type of sighandlers
AC_TYPE_SIGNAL
dnl checks for header files
-AC_CHECK_HEADERS(sys/ioctl.h sys/errno.h sys/ttold.h stdlib.h)
+AC_CHECK_HEADERS(sys/time.h sys/ioctl.h sys/errno.h sys/ttold.h stdlib.h)
PLP_HELP_MSG([Debugging (developer only!):])
LIBCCMALLOC=