qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 3/3] configure: Link qga against UST tracing related


From: Lluís Vilanova
Subject: [Qemu-devel] [PATCH 3/3] configure: Link qga against UST tracing related libraries
Date: Mon, 2 Apr 2012 14:49:49 +0200
User-agent: StGit/0.16

Signed-off-by: Harsh Prateek Bora <address@hidden>
Signed-off-by: Lluís Vilanova <address@hidden>
---
 configure |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/configure b/configure
index 30591b0..e72f66f 100755
--- a/configure
+++ b/configure
@@ -2673,6 +2673,7 @@ int main(void) { return 0; }
 EOF
   if compile_prog "" "" ; then
     LIBS="-lust -lurcu-bp $LIBS"
+    libs_qga="-lust -lurcu-bp $libs_qga"
   else
     echo
     echo "Error: Trace backend 'ust' missing libust header files"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]