fork() is never used conditionally.
---
 configure | 2 --
 1 file changed, 2 deletions(-)

diff --git a/configure b/configure
index 10460e61b8..50434f4a44 100755
--- a/configure
+++ b/configure
@@ -1622,7 +1622,6 @@ SYSTEM_FUNCS="
     CommandLineToArgvW
     CryptGenRandom
     fcntl
-    fork
     getaddrinfo
     gethrtime
     getopt
@@ -4602,7 +4601,6 @@ check_cpp_condition unistd.h 
"defined(_POSIX_MONOTONIC_CLOCK)" &&
       check_lib clock_gettime time.h clock_gettime -lrt; }
 
 check_func  fcntl
-check_func  fork
 check_func  gethrtime
 check_func  getopt
 check_func  getrusage
-- 
2.11.0

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to