diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-12-16 02:43:10 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-12-16 02:43:10 +0000 |
commit | 55348eaee5875f1bbbd160e445257cb3dafbcbd5 (patch) | |
tree | 435d5f8b90b8945c274c740e3eeae1f9dcccd2d2 /configure.in | |
parent | 4c438565a4b302512b5cfd5128869489c1e63880 (diff) | |
download | emacs-55348eaee5875f1bbbd160e445257cb3dafbcbd5.tar.gz |
(limits.h): Check for this file.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |