]> git.tuebingen.mpg.de Git - paraslash.git/commit - Makefile.in
build: Remove compatibility check for clock_gettime().
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 26 Dec 2016 15:16:36 +0000 (16:16 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 4 Jan 2017 22:13:22 +0000 (23:13 +0100)
commitc47c954d958fd839eb32ff721b0c69f142d3b40c
tree5559a32d33beddc18866ea91c4c62b73ead4b935
parent3af6411b482ed8db2243f3e11bb06cf3adba6936
build: Remove compatibility check for clock_gettime().

Only Mac OS (which is no longer supported) did not have it. Moreover,
on Linux we used to check whether one needs to link with -lrt to
obtain clock_gettime(), which is necessary for glibc versions 2.16
and earlier (released in 2012). All distributions should have moved
on to newer glibc versions by now, so let's get rid of the check.
Makefile.in
Makefile.real
configure.ac
time.c