configure: Link QEMU against 'liburcu-bp'

This library is needed when using 'ust/tracepoint.h'.

Signed-off-by: Harsh Prateek Bora <harsh@linux.vnet.ibm.com>
Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
Lluís Vilanova 2012-04-02 14:49:44 +02:00 committed by Stefan Hajnoczi
parent a92433afcc
commit 94b4fefae6
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -2672,7 +2672,7 @@ if test "$trace_backend" = "ust"; then
int main(void) { return 0; }
EOF
if compile_prog "" "" ; then
LIBS="-lust $LIBS"
LIBS="-lust -lurcu-bp $LIBS"
else
echo
echo "Error: Trace backend 'ust' missing libust header files"