diff options
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
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], | |||
1854 | [AC_DEFINE([HAVE_CLOCK_GETTIME], [1], [Have clock_gettime])]) | 1854 | [AC_DEFINE([HAVE_CLOCK_GETTIME], [1], [Have clock_gettime])]) |
1855 | 1855 | ||
1856 | dnl Make sure prototypes are defined for these before using them. | 1856 | dnl Make sure prototypes are defined for these before using them. |
1857 | AC_CHECK_DECL([getrusage], [AC_CHECK_FUNCS([getrusage])]) | ||
1858 | AC_CHECK_DECL([strsep], | 1857 | AC_CHECK_DECL([strsep], |
1859 | [AC_CHECK_FUNCS([strsep])], | 1858 | [AC_CHECK_FUNCS([strsep])], |
1860 | [], | 1859 | [], |