From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42693) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SF1DC-0007mL-7j for qemu-devel@nongnu.org; Tue, 03 Apr 2012 06:43:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SF1D7-0002IG-A4 for qemu-devel@nongnu.org; Tue, 03 Apr 2012 06:43:41 -0400 Received: from e06smtp10.uk.ibm.com ([195.75.94.106]:35847) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SF1D7-0002Gd-1p for qemu-devel@nongnu.org; Tue, 03 Apr 2012 06:43:37 -0400 Received: from /spool/local by e06smtp10.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 3 Apr 2012 11:43:27 +0100 Received: from d06av05.portsmouth.uk.ibm.com (d06av05.portsmouth.uk.ibm.com [9.149.37.229]) by d06nrmr1507.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q33Ah0aS2191524 for ; Tue, 3 Apr 2012 11:43:00 +0100 Received: from d06av05.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q33AgxJF020369 for ; Tue, 3 Apr 2012 04:42:59 -0600 From: Stefan Hajnoczi Date: Tue, 3 Apr 2012 11:42:46 +0100 Message-Id: <1333449767-16410-8-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1333449767-16410-1-git-send-email-stefanha@linux.vnet.ibm.com> References: <1333449767-16410-1-git-send-email-stefanha@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 7/8] configure: Link qga against UST tracing related libraries List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Harsh Prateek Bora , qemu-devel@nongnu.org, Stefan Hajnoczi , =?UTF-8?q?Llu=C3=ADs=20Vilanova?= From: Lluís Vilanova Signed-off-by: Harsh Prateek Bora Signed-off-by: Lluís Vilanova Signed-off-by: Stefan Hajnoczi --- configure | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure b/configure index 319355b..520bd93 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" -- 1.7.9.1