configure: fix LTTng UST tracing backend detection
commitc79ed23df5090294a81fd66f67632e4535fb3164
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Mon, 28 Nov 2016 15:52:17 +0000 (28 10:52 -0500)
committerStefan Hajnoczi <stefanha@redhat.com>
Tue, 29 Nov 2016 09:36:12 +0000 (29 09:36 +0000)
treeec465c97dfdccd1d2555aa7b16e19408c8fbd33a
parent00227fefd2059464cd2f59aed29944874c630e2f
configure: fix LTTng UST tracing backend detection

The detection program needs to be linked with -ldl to build succesfully
with recent versions of LTTng-UST.

We also need to add -ldl to the libs required to build the LTTng-UST
backend (lttng_ust_libs).

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Message-id: 1480348337-24271-1-git-send-email-francis.deslauriers@efficios.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
configure