]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
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)
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.


No differences found