aboutsummaryrefslogtreecommitdiff
path: root/src/appl/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/appl/configure.in')
-rw-r--r--src/appl/configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/appl/configure.in b/src/appl/configure.in
index ab7559f..abee28d 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