]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Don't check for time.h, not needed.
authorSimon Josefsson <simon@josefsson.org>
Tue, 13 Feb 2007 16:35:45 +0000 (16:35 +0000)
committerSimon Josefsson <simon@josefsson.org>
Tue, 13 Feb 2007 16:35:45 +0000 (16:35 +0000)
configure.in

index 454b685f4d721fd8fe836bf9f00c01fc4b0a1c00..07dee745200ff5eb2163c6b8c82c912ae94fbc02 100644 (file)
@@ -193,7 +193,7 @@ AC_MSG_RESULT([***
 AC_HEADER_STDC
 AC_HEADER_TIME
 AC_CHECK_HEADERS(strings.h alloca.h)
-AC_CHECK_HEADERS(errno.h sys/time.h time.h)
+AC_CHECK_HEADERS(errno.h)
 AC_CHECK_HEADERS(math.h limits.h float.h stdarg.h ctype.h)
 dnl opencdk
 AC_CHECK_HEADERS(netdb.h)