[openssh-commits] [openssh] 01/01: Remove now-unused check for getrusage.
git+noreply at mindrot.org
git+noreply at mindrot.org
Sun Feb 18 15:57:02 AEDT 2018
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit f8338428588f3ecb5243c86336eccaa28809f97e
Author: Darren Tucker <dtucker at dtucker.net>
Date: Sun Feb 18 15:53:15 2018 +1100
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.
---
configure.ac | 1 -
1 file changed, 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 112cf5ae..810f96ca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])],
[],
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list