From: Ken Raeburn Date: Mon, 9 Feb 2004 21:46:38 +0000 (+0000) Subject: * configure.in: Check for sys/time.h and time.h X-Git-Tag: krb5-1.4-beta1~637 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2e6b23bb9dbd7d851818b0b84be26959e24f1086;p=krb5.git * configure.in: Check for sys/time.h and time.h ticket: 2224 status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16034 dc483132-0cff-0310-8789-dd5450dbe970 --- 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 + + * configure.in: Check for sys/time.h and time.h. + 2003-01-10 Ken Raeburn * 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