From: Lluís Vilanova Date: Mon, 2 Apr 2012 12:49:44 +0000 (+0200) Subject: configure: Link QEMU against 'liburcu-bp' X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=94b4fefae6aa8ee7739b2b9ad6ef14a07baf78be;p=qmiga%2Fqemu.git configure: Link QEMU against 'liburcu-bp' This library is needed when using 'ust/tracepoint.h'. Signed-off-by: Harsh Prateek Bora Signed-off-by: Lluís Vilanova Signed-off-by: Stefan Hajnoczi --- diff --git a/configure b/configure index c0a542b489..319355b5c8 100755 --- a/configure +++ b/configure @@ -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"