diff options
author | Lluís Vilanova <vilanova@ac.upc.edu> | 2012-04-02 14:49:44 +0200 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2012-04-03 09:47:17 +0100 |
commit | 94b4fefae6aa8ee7739b2b9ad6ef14a07baf78be (patch) | |
tree | 640a22056c02f9ac4c7b0340e07cbcd249d255ba /configure | |
parent | a92433afcc1e48b0ba7a014bb6d2f0a7cd416a31 (diff) |
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>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |