[autobuild] simple check for fork

This commit is contained in:
Stefan Bühler 2017-10-25 22:04:34 +02:00 committed by Glenn Strauss
parent 5854466908
commit 6751571805
1 changed files with 1 additions and 3 deletions

View File

@ -147,9 +147,6 @@ AC_CHECK_TYPES([socklen_t],
]
)
dnl Checks for library functions.
AC_FUNC_FORK
dnl openssl on solaris needs -lsocket -lnsl
AC_SEARCH_LIBS([socket], [socket])
AC_SEARCH_LIBS([gethostbyname], [nsl socket])
@ -1057,6 +1054,7 @@ AC_CHECK_FUNCS([\
clock_gettime \
epoll_ctl \
explicit_bzero \
fork \
getloadavg \
getrlimit \
getuid \