commit 986d5b7cbcd872646fe1efd43fd0baf7973682f1
parent 97714b8e41f7539a67d6da56f1d926b683dc8351
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date: Wed, 10 Aug 2016 19:40:51 +0000
Fix posix_spawn() autodetection (it can be in librt)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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()'