configure: Remove the CLOCK_MONOTONIC_PRECISE probe
authorBart Van Assche <bvanassche@acm.org>
Mon, 7 Sep 2020 23:03:12 +0000 (16:03 -0700)
committerBart Van Assche <bvanassche@acm.org>
Sun, 20 Sep 2020 18:30:34 +0000 (11:30 -0700)
commit187f39063e1b0a7baeda20a9f4f2406327ec0d41
tree9af6452cbe03a3897872e19efb7e372df345c13c
parent7064f8942a3b8070acf60b8e5fabc16f8221ae40
configure: Remove the CLOCK_MONOTONIC_PRECISE probe

CLOCK_MONOTONIC_PRECISE is not used in the fio source code. Hence use the
probe for that constant. The removed test was introduced by commit
67bf982340d9 ("Add configure script").

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
configure