From: Pierre Joye Date: Thu, 15 Oct 2009 21:06:51 +0000 (+0000) Subject: - Merge: #49809 (time_sleep_until is not available on solaris) X-Git-Tag: php-5.3.1RC2~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c631df654b3206293f7f887ee63ed2bda40efc48;p=php - Merge: #49809 (time_sleep_until is not available on solaris) --- diff --git a/configure.in b/configure.in index 0f5782d72b..accd29465c 100644 --- a/configure.in +++ b/configure.in @@ -402,6 +402,8 @@ dnl Check for inet_aton dnl in -lc, -lbind and -lresolv PHP_CHECK_FUNC(inet_aton, resolv, bind) +dnl Some systems (like OpenSolaris) do not have nanosleep in libc +PHP_CHECK_FUNC(nanosleep, rt) dnl Then headers. dnl ------------------------------------------------------------------------- @@ -621,7 +623,6 @@ tzset \ unlockpt \ unsetenv \ usleep \ -nanosleep \ utime \ vsnprintf \ vasprintf \