From: Richard M. Stallman Date: Sun, 1 Sep 1996 00:14:32 +0000 (+0000) Subject: Check for setrlimit. X-Git-Tag: emacs-20.1~3930 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=85ea1a285f9d77677d8ed88aa72560644f99b253;p=emacs.git Check for setrlimit. --- 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.