diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-09-01 00:14:32 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-09-01 00:14:32 +0000 |
commit | 3442984cbaaaa897f2b51dd971b948c01754f149 (patch) | |
tree | ac419b54f5c70cb58a906a92239ae99f3b706c05 /configure.in | |
parent | 368d1d70cbb2010f81f1a83054df687e25d473c4 (diff) | |
download | emacs-3442984cbaaaa897f2b51dd971b948c01754f149.tar.gz |
Check for setrlimit.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
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. |