check for fork() as well, so that we can build the sws http test server with

fork support for cooler tests
This commit is contained in:
Daniel Stenberg 2006-04-10 13:31:35 +00:00
parent e6efecd054
commit a2c289646d
1 changed files with 2 additions and 1 deletions

View File

@ -1562,7 +1562,8 @@ AC_CHECK_FUNCS( strtoll \
poll \
getprotobyname \
getrlimit \
setrlimit,
setrlimit \
fork,
dnl if found
[],
dnl if not found, $ac_func is the name we check for