]> git.ipfire.org Git - thirdparty/xz.git/commit
Build: Check for clock_gettime() even if not using POSIX threads.
authorLasse Collin <lasse.collin@tukaani.org>
Sat, 23 Sep 2023 00:23:32 +0000 (03:23 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Sun, 22 Oct 2023 15:59:45 +0000 (18:59 +0300)
commit1c1a8c3ee4dad0064dbe63b8dbc4ac4bc679f419
tree6fdf4d787382d9eca22ba80d2678ee007801b050
parent46fd991cd2808ef62554853864c946232e7547f0
Build: Check for clock_gettime() even if not using POSIX threads.

See the new comment in the code.

This also makes the check for clock_gettime() run with MinGW-w64
with which we don't want to use clock_gettime(). The previous
commit already took care of this situation.
configure.ac