From a2c289646db57e3d1e59633ae4578b3b0dad775e Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
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 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
-- 
GitLab