]> git.ipfire.org Git - thirdparty/curl.git/commit - acinclude.m4
John Lightsey filed bug report #1999181: "CLOCK_MONOTONIC always fails on
authorYang Tse <yangsita@gmail.com>
Sun, 29 Jun 2008 03:19:20 +0000 (03:19 +0000)
committerYang Tse <yangsita@gmail.com>
Sun, 29 Jun 2008 03:19:20 +0000 (03:19 +0000)
commit1058e5fdde288fdffaabc3431b228c9e61b4d189
tree82b6a5fb130ab1282cca5f5e503e1c49ac2197f5
parent6929d9355f2b5dc039d60300ff8eb7504a1cf2c2
John Lightsey filed bug report #1999181: "CLOCK_MONOTONIC always fails on
some systems" (http://curl.haxx.se/bug/view.cgi?id=1999181). The problem was
that the configure script did not use the _POSIX_MONOTONIC_CLOCK feature test
macro when checking monotonic clock availability. This is now fixed and the
monotonic clock will not be used unless the feature test macro is defined
with a value greater than zero indicating always supported.
CHANGES
RELEASE-NOTES
acinclude.m4
ares/acinclude.m4