summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/appl/ChangeLog4
-rw-r--r--src/appl/configure.in2
2 files changed, 6 insertions, 0 deletions
diff --git a/src/appl/ChangeLog b/src/appl/ChangeLog
index 572f2b381..265179e78 100644
--- a/src/appl/ChangeLog
+++ b/src/appl/ChangeLog
@@ -1,3 +1,7 @@
+2004-02-09 Ken Raeburn <raeburn@mit.edu>
+
+ * configure.in: Check for sys/time.h and time.h.
+
2003-01-10 Ken Raeburn <raeburn@mit.edu>
* configure.in: Use V5_AC_OUTPUT_MAKEFILE instead of
diff --git a/src/appl/configure.in b/src/appl/configure.in
index ab7559f5e..abee28d48 100644
--- a/src/appl/configure.in
+++ b/src/appl/configure.in
@@ -3,6 +3,8 @@ CONFIG_RULES
AC_PROG_INSTALL
AC_CHECK_HEADERS(unistd.h stdlib.h string.h)
AC_C_CONST
+dnl gss-misc.c needs this:
+AC_CHECK_HEADERS(sys/time.h time.h)
dnl
dnl Kludge for simple server --- FIXME is this the best way to do this?
dnl