Commit ed80eb5b authored by Yang Tse's avatar Yang Tse
Browse files

configure script will now define HAVE_CLOCK_GETTIME_MONOTONIC symbol only

when function clock_gettime() is available and the monotonic timer is
also available. Otherwise, in some cases, librt or libposix4 could be used
for linking even when finally not using the clock_gettime() function due
to lack of the monotonic clock.
parent 60dd765b
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment