qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 1/3] configure: Fix typo 'lib_qga' -> 'libs_qga'


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH 1/3] configure: Fix typo 'lib_qga' -> 'libs_qga'
Date: Tue, 3 Apr 2012 09:37:04 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Mon, Apr 02, 2012 at 02:49:38PM +0200, Lluís Vilanova wrote:
> Signed-off-by: Lluís Vilanova <address@hidden>
> ---
>  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



reply via email to

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