aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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