diff options
| author | Dave Love | 2003-05-22 13:19:53 +0000 |
|---|---|---|
| committer | Dave Love | 2003-05-22 13:19:53 +0000 |
| commit | 9afca57c215c6532fc45d098f20f402da2a29803 (patch) | |
| tree | a571f3b489c309f0d80ae54f56ece64218b7ebf6 | |
| parent | 0eecad4333fc4bb4223e6c9b577e376a002aba48 (diff) | |
| download | emacs-9afca57c215c6532fc45d098f20f402da2a29803.tar.gz emacs-9afca57c215c6532fc45d098f20f402da2a29803.zip | |
Remove redundant test for term.h. Test for
difftime.
| -rw-r--r-- | configure.in | 4 |
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 | |||
| 1408 | dnl checks for header files | 1408 | dnl checks for header files |
| 1409 | AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \ | 1409 | AC_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) |
| 1413 | dnl On Solaris 8 there's a compilation warning for term.h because | 1413 | dnl On Solaris 8 there's a compilation warning for term.h because |
| 1414 | dnl it doesn't define `bool'. | 1414 | dnl 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 \ |
| 2230 | sendto recvfrom getsockopt setsockopt getsockname getpeername \ | 2230 | sendto recvfrom getsockopt setsockopt getsockname getpeername \ |
| 2231 | gai_strerror mkstemp getline getdelim mremap memmove fsync bzero \ | 2231 | gai_strerror mkstemp getline getdelim mremap memmove fsync bzero \ |
| 2232 | memset memcmp memmove) | 2232 | memset memcmp memmove difftime) |
| 2233 | 2233 | ||
| 2234 | AC_CHECK_HEADERS(sys/un.h) | 2234 | AC_CHECK_HEADERS(sys/un.h) |
| 2235 | 2235 | ||