mirror of
https://github.com/curl/curl.git
synced 2026-07-24 01:17:17 +03:00
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:
parent
e6efecd054
commit
a2c289646d
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue