summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2003-05-22 13:19:53 +0000
committerDave Love <fx@gnu.org>2003-05-22 13:19:53 +0000
commit940dc8b694123784af70ef5d76246ea552da54ff (patch)
tree5e97bd663c6c5f89378cb6fd8ea248188be401cc
parentbdec0673aa2c7120edb68d078bee496bfd4ee0b3 (diff)
downloademacs-940dc8b694123784af70ef5d76246ea552da54ff.tar.gz
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
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)