From: Olof Johansson Date: Wed, 10 Feb 2016 09:39:50 +0000 (+0100) Subject: Fix: configure.ac: check for possibly required libs for clock_gettime X-Git-Tag: v0.10.0~53 X-Git-Url: https://git.lttng.org/?p=urcu.git;a=commitdiff_plain;h=8be0fb5f7bbd9148b6c49e5b498742248b0eb18a;hp=8be0fb5f7bbd9148b6c49e5b498742248b0eb18a 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 Signed-off-by: Mathieu Desnoyers ---