summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2008-07-25 17:49:44 +0000
committerChong Yidong <cyd@stupidchicken.com>2008-07-25 17:49:44 +0000
commitc12da4ea7bf63e0afda008deb756fcba2562e7b8 (patch)
tree2ac22ceebdfd081a3d1832449e8734cf7c0ef842 /configure.in
parenta7783c6d94ebbf20dc015f9ec8118a29d77724ef (diff)
downloademacs-c12da4ea7bf63e0afda008deb756fcba2562e7b8.tar.gz
Check for getrlimit.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index f73b73209e8..67700f82f77 100644
--- a/configure.in
+++ b/configure.in
@@ -2148,7 +2148,7 @@ AC_CHECK_FUNCS(gethostname getdomainname dup2 \
rename closedir mkdir rmdir sysinfo getrusage get_current_dir_name \
random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime setsid \
strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \
-utimes setrlimit setpgid getcwd getwd shutdown getaddrinfo \
+utimes getrlimit setrlimit setpgid getcwd getwd shutdown getaddrinfo \
__fpending mblen mbrlen mbsinit strsignal setitimer ualarm index rindex \
sendto recvfrom getsockopt setsockopt getsockname getpeername \
gai_strerror mkstemp getline getdelim mremap memmove fsync sync bzero \