From a2c289646db57e3d1e59633ae4578b3b0dad775e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 10 Apr 2006 13:31:35 +0000 Subject: [PATCH] check for fork() as well, so that we can build the sws http test server with fork support for cooler tests --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index fe8dfac..7f4d4fc 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 -- 2.7.4