Commit f0323d68 authored by Wayne Davison's avatar Wayne Davison

Check for limits.h.

parent 12a01be1
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment