summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2005-09-21 17:35:51 +0000
committerWayne Davison <wayned@samba.org>2005-09-21 17:35:51 +0000
commitf0323d68eb0e0b982bb79880527bb9c5b3524f1e (patch)
tree03fc1d1cd4c49a4721d24b7f6b6f1db056686ba1 /configure.in
parent12a01be14f2b925fb705360a588782563d827b48 (diff)
downloadrsync-f0323d68eb0e0b982bb79880527bb9c5b3524f1e.tar.gz
Check for limits.h.
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 a5de0d71..eee9bada 100644
--- a/configure.in
+++ b/configure.in
@@ -310,7 +310,7 @@ AC_CHECK_HEADERS(sys/fcntl.h sys/select.h fcntl.h sys/time.h sys/unistd.h \
unistd.h utime.h grp.h compat.h sys/param.h ctype.h sys/wait.h \
sys/ioctl.h sys/filio.h string.h stdlib.h sys/socket.h sys/mode.h \
sys/un.h glob.h mcheck.h arpa/inet.h arpa/nameser.h locale.h \
- netdb.h malloc.h float.h)
+ netdb.h malloc.h float.h limits.h)
AC_HEADER_MAJOR
AC_CHECK_SIZEOF(int)