chiark / gitweb /
configure.ac: fix FTBFS with new glibc
authorMichal Schmidt <mschmidt@redhat.com>
Wed, 14 Nov 2012 13:44:05 +0000 (14:44 +0100)
committerMichal Schmidt <mschmidt@redhat.com>
Wed, 14 Nov 2012 13:46:15 +0000 (14:46 +0100)
commite17187091d463ad008c0b74eb04de5078b2abb96
tree213ba5b6b8a5fbd12a281614525fdddeda1c54ff
parent377ec8bf1907a1a227d195cc3721c4acbad19213
configure.ac: fix FTBFS with new glibc

glibc moved clock_* functions from librt to the core libc. As a result,
clock_gettime is no more a suitable symbol to use when finding librt.
Look for mq_open instead.
Reference:
http://www.sourceware.org/git/gitweb.cgi?p=glibc.git&h=6e6249d0b461b952d0f544792372663feb6d792a

Fixes a FTBFS in Fedora Rawhide.
configure.ac