From e77937d587d4d168597e6ed1bc2f723741e2e364 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 16 Dec 1996 02:43:10 +0000 Subject: [PATCH] (limits.h): Check for this file. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 57f67993fd0..f455391be2b 100644 --- a/configure.in +++ b/configure.in @@ -1012,7 +1012,7 @@ dnl checks for Unix variants 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 -- 2.39.5