From: Dave Love Date: Thu, 22 May 2003 13:19:53 +0000 (+0000) Subject: Remove redundant test for term.h. Test for X-Git-Tag: ttn-vms-21-2-B4~10034 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9afca57c215c6532fc45d098f20f402da2a29803;p=emacs.git Remove redundant test for term.h. Test for difftime. --- diff --git a/configure.in b/configure.in index f2af3d03328..4326d27e139 100644 --- a/configure.in +++ b/configure.in @@ -1408,7 +1408,7 @@ fi 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 @@ utimes setrlimit setpgid getcwd getwd shutdown strftime getaddrinfo \ __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)