From 85ea1a285f9d77677d8ed88aa72560644f99b253 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 1 Sep 1996 00:14:32 +0000 Subject: [PATCH] Check for setrlimit. --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index fca300878f5..bcf83fbc266 100644 --- a/configure.in +++ b/configure.in @@ -1441,7 +1441,8 @@ AC_CHECK_LIB(m, sqrt) AC_CHECK_FUNCS(gettimeofday gethostname getdomainname dup2 \ rename closedir mkdir rmdir sysinfo \ random lrand48 bcopy bcmp logb frexp fmod ftime res_init setsid \ -strerror fpathconf select mktime euidaccess getpagesize tzset setlocale utimes) +strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \ +utimes setrlimit) # Check this now, so that we will NOT find the above functions in ncurses. # That is because we have not set up to link ncurses in lib-src. -- 2.39.2