changeset 16692:f851c95cc5b1

(limits.h): Check for this file.
author Richard M. Stallman <rms@gnu.org>
date Mon, 16 Dec 1996 02:43:10 +0000
parents 285f4e41d163
children 9d008528c419
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Mon Dec 16 02:42:28 1996 +0000
+++ b/configure.in	Mon Dec 16 02:43:10 1996 +0000
@@ -1012,7 +1012,7 @@
 AC_AIX
 
 dnl checks for header files
-AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h linux/version.h sys/systeminfo.h termios.h)
+AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h linux/version.h sys/systeminfo.h termios.h limits.h)
 AC_HEADER_STDC
 AC_HEADER_TIME
 AC_DECL_SYS_SIGLIST