John Lightsey filed bug report #1999181: "CLOCK_MONOTONIC always fails on
authorYang Tse <yangsita@gmail.com>
Sun, 29 Jun 2008 03:19:21 +0000 (03:19 +0000)
committerYang Tse <yangsita@gmail.com>
Sun, 29 Jun 2008 03:19:21 +0000 (03:19 +0000)
commit08d3bc37aa51f1d898548f5677a89e872f02c169
treefcae727e8d81686b4bc539117ba2ebc5c8df45ad
parent8dc7f22b9a3a3266d7a0d2c59b17647b57bd95b0
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.
acinclude.m4