Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9afca57c
Commit
9afca57c
authored
May 22, 2003
by
Dave Love
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove redundant test for term.h. Test for
difftime.
parent
0eecad43
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
configure.in
configure.in
+2
-2
No files found.
configure.in
View file @
9afca57c
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment