Fix: configure.ac: check for possibly required libs for clock_gettime
authorOlof Johansson <olof.johansson@axis.com>
Wed, 10 Feb 2016 09:39:50 +0000 (10:39 +0100)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 10 Feb 2016 13:20:37 +0000 (08:20 -0500)
commitb4bdf51ade6cab655ad59ded867864adc762b3f1
tree91289e91c72c7e66b232095cdbed97f4244179c2
parent440b950d42ae60cf1ed229c6485fb54ffaa1712e
Fix: configure.ac: check for possibly required libs for clock_gettime

On some platforms, you have to link with rt to get clock_gettime. This
solves errors like:

 undefined reference to `clock_gettime'

Fixes: #996
Signed-off-by: Olof Johansson <olof.johansson@axis.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
configure.ac
This page took 0.024392 seconds and 4 git commands to generate.