aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-04-10 13:31:35 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-04-10 13:31:35 +0000
commita2c289646db57e3d1e59633ae4578b3b0dad775e (patch)
treecd2aad09dc73e10da0f222d713285e6e6b9039b9
parente6efecd0543c319e4d6192e23f7a7d2a26e8e114 (diff)
check for fork() as well, so that we can build the sws http test server with
fork support for cooler tests
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fe8dfacaf..7f4d4fcdf 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