check for fork() as well, so that we can build the sws http test server with
authorDaniel Stenberg <daniel@haxx.se>
Mon, 10 Apr 2006 13:31:35 +0000 (13:31 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 10 Apr 2006 13:31:35 +0000 (13:31 +0000)
fork support for cooler tests

configure.ac

index fe8dfac..7f4d4fc 100644 (file)
@@ -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