* configure.in: Check for sys/time.h and time.h
authorKen Raeburn <raeburn@mit.edu>
Mon, 9 Feb 2004 21:46:38 +0000 (21:46 +0000)
committerKen Raeburn <raeburn@mit.edu>
Mon, 9 Feb 2004 21:46:38 +0000 (21:46 +0000)
ticket: 2224
status: open

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16034 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/ChangeLog
src/appl/configure.in

index 572f2b381068729700ee10af959e36d6680433a3..265179e7831ad2dee128deec7035291d56638c3d 100644 (file)
@@ -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
index ab7559f5e35e09c87e04538ac53a74a12657d619..abee28d482ba98c295f68d573fffa3cb2cdadf18 100644 (file)
@@ -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