From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49213) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWPrd-0002w8-TD for qemu-devel@nongnu.org; Wed, 16 Oct 2013 08:06:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VWPrZ-0007PO-MW for qemu-devel@nongnu.org; Wed, 16 Oct 2013 08:06:09 -0400 Received: from static.88-198-71-155.clients.your-server.de ([88.198.71.155]:52864 helo=socrates.bennee.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWPrZ-0007PE-Gn for qemu-devel@nongnu.org; Wed, 16 Oct 2013 08:06:05 -0400 References: <1381775755-8421-1-git-send-email-mohamad.gebai@polymtl.ca> <1381775755-8421-2-git-send-email-mohamad.gebai@polymtl.ca> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <1381775755-8421-2-git-send-email-mohamad.gebai@polymtl.ca> Date: Wed, 16 Oct 2013 13:06:04 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [RFC PATCH v3 1/5] Fix configure script for LTTng 2.x List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mohamad Gebai Cc: Mohamad Gebai , qemu-devel@nongnu.org mohamad.gebai@gmail.com writes: > Signed-off-by: Mohamad Gebai > --- > configure | 9 ++++----- > 1 file changed, 4 insertions(+), 5 deletions(-) > > diff --git a/configure b/configure > index 23dbaaf..627054c 100755 > --- a/configure > +++ b/configure > @@ -3287,15 +3287,14 @@ fi > # For 'ust' backend, test if ust headers are present > if test "$trace_backend" = "ust"; then > cat > $TMPC << EOF > -#include > -#include > +#include > int main(void) { return 0; } > EOF > if compile_prog "" "" ; then > - LIBS="-lust -lurcu-bp $LIBS" > - libs_qga="-lust -lurcu-bp $libs_qga" > + LIBS="-llttng-ust -lurcu-bp -ldl $LIBS" > + libs_qga="-llttng-ust -lurcu-bp -ldl $libs_qga" > else > - error_exit "Trace backend 'ust' missing libust header files" > + error_exit "Trace backend 'ust' missing lttng-ust header files" > fi > fi Reviewed-by: Alex Bennée -- Alex Bennée