qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v5 1/5] Fix configure script for LTTng 2.x


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH v5 1/5] Fix configure script for LTTng 2.x
Date: Tue, 14 Jan 2014 21:34:42 +0800
User-agent: Mutt/1.5.21 (2010-09-15)

On Thu, Oct 24, 2013 at 08:46:03PM -0400, Mohamad Gebai wrote:
> +    if $pkg_config liburcu-bp --exists; then
> +      urcu_bp_libs=`$pkg_config --libs liburcu-bp`
> +      else

Indentation is off, should be:

+    if $pkg_config liburcu-bp --exists; then
+      urcu_bp_libs=`$pkg_config --libs liburcu-bp`
+    else



reply via email to

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