From c631df654b3206293f7f887ee63ed2bda40efc48 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Thu, 15 Oct 2009 21:06:51 +0000 Subject: [PATCH] - Merge: #49809 (time_sleep_until is not available on solaris) --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \ -- 2.40.0