summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2018-02-18 15:53:15 +1100
committerDarren Tucker <dtucker@dtucker.net>2018-02-18 15:53:15 +1100
commitf8338428588f3ecb5243c86336eccaa28809f97e (patch)
tree7a6198d3267ffe1e4eff8065712f9cc90773c184 /configure.ac
parent8570177195f6a4b3173c0a25484a83641ee3faa6 (diff)
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
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])],
[],