summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2020-11-13 13:43:30 +1100
committerDarren Tucker <dtucker@dtucker.net>2020-11-13 13:43:30 +1100
commitb79add37d118276d67f3899987b9f0629c9449c3 (patch)
tree287a379a3c5af3e762565cff29b520a1fc82c890 /configure.ac
parentd5d05cdb3d4efd4a618aa52caab5bec73097c163 (diff)
Remove obsolete AC_HEADER_TIME macro.
AC_HEADER_TIME is marked as obsolete in autoconf-2.70 and as far as I can tell everything we have that might be old enough to need it doesn't.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 92f45a82..d3f4f570 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4138,8 +4138,6 @@ if test "x$ac_cv_have_struct_addrinfo" = "xyes" ; then
[define if you have struct addrinfo data type])
fi
-AC_HEADER_TIME
-
AC_CACHE_CHECK([for struct timeval], ac_cv_have_struct_timeval, [
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ #include <sys/time.h> ]],
[[ struct timeval tv; tv.tv_sec = 1;]])],