Commit a2c28964 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

check for fork() as well, so that we can build the sws http test server with

fork support for cooler tests
parent e6efecd0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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