diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2011-10-14 12:43:27 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2011-10-14 12:43:27 +0000 |
commit | 4ee578f8a1777ddd1a8498eaab7af969d38862ef (patch) | |
tree | 4ff836982a285f3ab9aebae5b4ef9720c86bd2f5 | |
parent | cce94408e6f9cd18139b7fb82b588c8db89ab0e7 (diff) | |
download | php-git-4ee578f8a1777ddd1a8498eaab7af969d38862ef.tar.gz |
Fixed bug #60019 (Function time_nanosleep() is undefined on OS X).
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 666ee31da6..074b2bab35 100644 --- a/configure.in +++ b/configure.in @@ -684,6 +684,7 @@ utime \ vsnprintf \ vasprintf \ asprintf \ +nanosleep \ ) dnl Some systems (like OpenSolaris) do not have nanosleep in libc |