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 | 85ea1a285f9d77677d8ed88aa72560644f99b253 (patch) | |
| tree | d80e7f3056da7cde5cc506a2126229e78fa8cdba | |
| parent | be072a32c9a107b8fe1133454625d347d87d7475 (diff) | |
| download | emacs-85ea1a285f9d77677d8ed88aa72560644f99b253.tar.gz | |
Check for setrlimit.
| -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. |
