mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
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.
This commit is contained in:
parent
d5d05cdb3d
commit
b79add37d1
@ -4138,8 +4138,6 @@ if test "x$ac_cv_have_struct_addrinfo" = "xyes" ; then
|
|||||||
[define if you have struct addrinfo data type])
|
[define if you have struct addrinfo data type])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_HEADER_TIME
|
|
||||||
|
|
||||||
AC_CACHE_CHECK([for struct timeval], ac_cv_have_struct_timeval, [
|
AC_CACHE_CHECK([for struct timeval], ac_cv_have_struct_timeval, [
|
||||||
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ #include <sys/time.h> ]],
|
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ #include <sys/time.h> ]],
|
||||||
[[ struct timeval tv; tv.tv_sec = 1;]])],
|
[[ struct timeval tv; tv.tv_sec = 1;]])],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user