From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41453) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SEzEs-0001b0-2g for qemu-devel@nongnu.org; Tue, 03 Apr 2012 04:37:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SEzEl-0003uu-Nt for qemu-devel@nongnu.org; Tue, 03 Apr 2012 04:37:17 -0400 Received: from mail-wg0-f53.google.com ([74.125.82.53]:57546) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SEzEl-0003uo-FJ for qemu-devel@nongnu.org; Tue, 03 Apr 2012 04:37:11 -0400 Received: by wgbfm10 with SMTP id fm10so3142764wgb.10 for ; Tue, 03 Apr 2012 01:37:08 -0700 (PDT) Date: Tue, 3 Apr 2012 09:37:04 +0100 From: Stefan Hajnoczi Message-ID: <20120403083704.GD27304@stefanha-thinkpad.localdomain> References: <20120402124931.4846.19978.stgit@ginnungagap.bsc.es> <20120402124938.4846.60624.stgit@ginnungagap.bsc.es> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20120402124938.4846.60624.stgit@ginnungagap.bsc.es> Subject: Re: [Qemu-devel] [PATCH 1/3] configure: Fix typo 'lib_qga' -> 'libs_qga' List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?iso-8859-1?Q?Llu=EDs?= Vilanova Cc: harsh@linux.vnet.ibm.com, qemu-devel@nongnu.org On Mon, Apr 02, 2012 at 02:49:38PM +0200, Lluís Vilanova wrote: > Signed-off-by: Lluís Vilanova > --- > configure | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/configure b/configure > index bea4a2c..c7be13d 100755 > --- a/configure > +++ b/configure > @@ -526,7 +526,7 @@ EOF > bindir="\${prefix}" > sysconfdir="\${prefix}" > confsuffix="" > - libs_qga="-lws2_32 -lwinmm -lpowrprof $lib_qga" > + libs_qga="-lws2_32 -lwinmm -lpowrprof $libs_qga" > fi > > werror="" An equivalent patch is already in the trivial-patches tree: http://patchwork.ozlabs.org/patch/148919/ Thanks, Stefan