]> granicus.if.org Git - php/commitdiff
fix bug #50345 (nanosleep not detected properly on some solaris versions)
authorAntony Dovgal <tony2001@php.net>
Tue, 5 Oct 2010 13:43:35 +0000 (13:43 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 5 Oct 2010 13:43:35 +0000 (13:43 +0000)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index ad8d0ae15ac407556abdb2a20dea53afac987f97..5efec222575780dae92fe873bb39f94fd0187f9c 100644 (file)
--- a/NEWS
+++ b/NEWS
   both IPv4 and IPv6 addresses, on Windows). (Gustavo, Pierre)
 - Fixed bug #50524 (proc_open on Windows does not respect cwd as it does on
   other platforms). (Pierre)
+- Fixed bug #50345 (nanosleep not detected properly on some solaris versions).
+  (Ulf, Tony)
 - Fixed bug #49215 (make fails on glob_wrapper). (Felipe)
 - Fixed bug #48831 (php -i has different output to php --ini). (Richard, 
   Pierre)
index ba1f73181db63f945a44a796404875317ee9cb85..0efb672e634d0a65ca1471db9374ad4ec6c5ecb7 100644 (file)
@@ -611,7 +611,7 @@ asprintf \
 )
 
 dnl Some systems (like OpenSolaris) do not have nanosleep in libc
-PHP_CHECK_FUNC(nanosleep, rt)
+PHP_CHECK_FUNC_LIB(nanosleep, rt)
 
 dnl Check for getaddrinfo, should be a better way, but...
 dnl Also check for working getaddrinfo