From 986d5b7cbcd872646fe1efd43fd0baf7973682f1 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 10 Aug 2016 19:40:51 +0000 Subject: Fix posix_spawn() autodetection (it can be in librt) --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 2f598f7..e4a1866 100755 --- a/configure +++ b/configure @@ -480,7 +480,7 @@ EOF choose cl openat OPENAT 'openat()' choose cl linkat LINKAT 'linkat()' choose clr pipe2 PIPE2 'pipe2()' - choose cl posixspawn POSIXSPAWN 'posix_spawn()' + choose cl posixspawn POSIXSPAWN 'posix_spawn()' $rt_lib choose clr ppoll PPOLL 'ppoll()' choose cl revoke REVOKE 'revoke()' choose cl sendfile SENDFILE 'sendfile()' -- cgit v1.2.3