From: Darren Tucker Date: Sun, 18 Feb 2018 04:53:15 +0000 (+1100) Subject: Remove now-unused check for getrusage. X-Git-Tag: V_7_7_P1~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8338428588f3ecb5243c86336eccaa28809f97e;p=thirdparty%2Fopenssh-portable.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. --- diff --git a/configure.ac b/configure.ac index 112cf5ae8..810f96caa 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])], [],