aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2003-05-22 13:19:53 +0000
committerDave Love2003-05-22 13:19:53 +0000
commit9afca57c215c6532fc45d098f20f402da2a29803 (patch)
treea571f3b489c309f0d80ae54f56ece64218b7ebf6
parent0eecad4333fc4bb4223e6c9b577e376a002aba48 (diff)
downloademacs-9afca57c215c6532fc45d098f20f402da2a29803.tar.gz
emacs-9afca57c215c6532fc45d098f20f402da2a29803.zip
Remove redundant test for term.h. Test for
difftime.
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index f2af3d03328..4326d27e139 100644
--- a/configure.in
+++ b/configure.in
@@ -1408,7 +1408,7 @@ fi
1408dnl checks for header files 1408dnl checks for header files
1409AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \ 1409AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \
1410 linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h \ 1410 linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h \
1411 termcap.h stdio_ext.h fcntl.h term.h strings.h coff.h pty.h sys/mman.h \ 1411 termcap.h stdio_ext.h fcntl.h strings.h coff.h pty.h sys/mman.h \
1412 sys/param.h sys/vlimit.h sys/resource.h) 1412 sys/param.h sys/vlimit.h sys/resource.h)
1413dnl On Solaris 8 there's a compilation warning for term.h because 1413dnl On Solaris 8 there's a compilation warning for term.h because
1414dnl it doesn't define `bool'. 1414dnl it doesn't define `bool'.
@@ -2229,7 +2229,7 @@ utimes setrlimit setpgid getcwd getwd shutdown strftime getaddrinfo \
2229__fpending mblen mbrlen mbsinit strsignal setitimer ualarm index rindex \ 2229__fpending mblen mbrlen mbsinit strsignal setitimer ualarm index rindex \
2230sendto recvfrom getsockopt setsockopt getsockname getpeername \ 2230sendto recvfrom getsockopt setsockopt getsockname getpeername \
2231gai_strerror mkstemp getline getdelim mremap memmove fsync bzero \ 2231gai_strerror mkstemp getline getdelim mremap memmove fsync bzero \
2232memset memcmp memmove) 2232memset memcmp memmove difftime)
2233 2233
2234AC_CHECK_HEADERS(sys/un.h) 2234AC_CHECK_HEADERS(sys/un.h)
2235 2235