mirror of git://anongit.mindrot.org/openssh.git
Remove now-unused check for getrusage.
getrusage was used in ssh-rand-helper but that's now long gone. Patch from klauszh at haus-gisela.de.
This commit is contained in:
parent
8570177195
commit
f833842858
|
@ -1854,7 +1854,6 @@ AC_SEARCH_LIBS([clock_gettime], [rt],
|
|||
[AC_DEFINE([HAVE_CLOCK_GETTIME], [1], [Have clock_gettime])])
|
||||
|
||||
dnl Make sure prototypes are defined for these before using them.
|
||||
AC_CHECK_DECL([getrusage], [AC_CHECK_FUNCS([getrusage])])
|
||||
AC_CHECK_DECL([strsep],
|
||||
[AC_CHECK_FUNCS([strsep])],
|
||||
[],
|
||||
|
|
Loading…
Reference in New Issue