Commit 421c10ed authored by Diego Biurrun's avatar Diego Biurrun

configure: Drop test for fork()

fork() is never used conditionally.
parent b586903a
...@@ -1627,7 +1627,6 @@ SYSTEM_FUNCS=" ...@@ -1627,7 +1627,6 @@ SYSTEM_FUNCS="
CommandLineToArgvW CommandLineToArgvW
CryptGenRandom CryptGenRandom
fcntl fcntl
fork
getaddrinfo getaddrinfo
gethrtime gethrtime
getopt getopt
...@@ -4617,7 +4616,6 @@ check_cpp_condition unistd.h "defined(_POSIX_MONOTONIC_CLOCK)" && ...@@ -4617,7 +4616,6 @@ check_cpp_condition unistd.h "defined(_POSIX_MONOTONIC_CLOCK)" &&
check_lib clock_gettime time.h clock_gettime -lrt; } check_lib clock_gettime time.h clock_gettime -lrt; }
check_func fcntl check_func fcntl
check_func fork
check_func gethrtime check_func gethrtime
check_func getopt check_func getopt
check_func getrusage check_func getrusage
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment