From: Lluís Vilanova <vilan...@ac.upc.edu>

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

Signed-off-by: Harsh Prateek Bora <ha...@linux.vnet.ibm.com>
Signed-off-by: Lluís Vilanova <vilan...@ac.upc.edu>
Signed-off-by: Stefan Hajnoczi <stefa...@linux.vnet.ibm.com>
---
 configure |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure b/configure
index c0a542b..319355b 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"
-- 
1.7.9.1


Reply via email to