From: Daniel Stenberg Date: Mon, 10 Apr 2006 13:31:35 +0000 (+0000) Subject: check for fork() as well, so that we can build the sws http test server with X-Git-Tag: curl-7_15_4~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2c289646db57e3d1e59633ae4578b3b0dad775e;p=thirdparty%2Fcurl.git check for fork() as well, so that we can build the sws http test server with fork support for cooler tests --- diff --git a/configure.ac b/configure.ac index fe8dfacafd..7f4d4fcdf1 100644 --- a/configure.ac +++ b/configure.ac @@ -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