Mercurial > emacs
changeset 41147:abcc22ad7673
Add coff.h to AC_CHECK_HEADERS.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 16 Nov 2001 14:27:53 +0000 |
parents | f74078beda9d |
children | 9a105fbe1d0c |
files | configure.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Fri Nov 16 14:25:54 2001 +0000 +++ b/configure.in Fri Nov 16 14:27:53 2001 +0000 @@ -1334,7 +1334,7 @@ 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 limits.h string.h stdlib.h \ - termcap.h stdio_ext.h fcntl.h term.h strings.h) + termcap.h stdio_ext.h fcntl.h term.h strings.h coff.h) AC_HEADER_STDC AC_HEADER_TIME AC_DECL_SYS_SIGLIST