Mercurial > emacs
changeset 51141:45b44457e685
Remove redundant test for term.h. Test for
difftime.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 22 May 2003 13:19:53 +0000 |
parents | 94d903190cee |
children | 45a8df254788 |
files | configure.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Thu May 22 05:53:23 2003 +0000 +++ b/configure.in Thu May 22 13:19:53 2003 +0000 @@ -1408,7 +1408,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 coff.h pty.h sys/mman.h \ + termcap.h stdio_ext.h fcntl.h strings.h coff.h pty.h sys/mman.h \ sys/param.h sys/vlimit.h sys/resource.h) dnl On Solaris 8 there's a compilation warning for term.h because dnl it doesn't define `bool'. @@ -2229,7 +2229,7 @@ __fpending mblen mbrlen mbsinit strsignal setitimer ualarm index rindex \ sendto recvfrom getsockopt setsockopt getsockname getpeername \ gai_strerror mkstemp getline getdelim mremap memmove fsync bzero \ -memset memcmp memmove) +memset memcmp memmove difftime) AC_CHECK_HEADERS(sys/un.h)