From c9a2e37c7d70e1b1f11997f7ecab202393bff9fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Vilanova?= Date: Mon, 2 Apr 2012 14:49:49 +0200 Subject: [PATCH] configure: Link qga against UST tracing related libraries MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Harsh Prateek Bora Signed-off-by: LluĂ­s Vilanova Signed-off-by: Stefan Hajnoczi --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 319355b5c8..520bd93330 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"