]> git.ipfire.org Git - thirdparty/libbsd.git/commit
build: Fix check for clock_gettime() within librt
authorGuillem Jover <guillem@hadrons.org>
Tue, 6 Aug 2019 21:11:50 +0000 (23:11 +0200)
committerGuillem Jover <guillem@hadrons.org>
Tue, 6 Aug 2019 22:03:25 +0000 (00:03 +0200)
commit73aea4f8083e8c35ce1123e36a9967ecd6a26c97
tree9b3f8ba95eb4fe21ff87e48a784a064a1fd93172
parent7cfa2d4530325444fa71c2bdb14e11ba9d4de0b6
build: Fix check for clock_gettime() within librt

The check was always setting the libraries to link to include -lrt,
as the success case includes the builtin one. Handle the various
values.
configure.ac