qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] configure: fix mingw32 libs_qga typo


From: Andreas Färber
Subject: Re: [Qemu-devel] [PATCH] configure: fix mingw32 libs_qga typo
Date: Tue, 27 Mar 2012 16:19:20 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120215 Thunderbird/10.0.2

Am 27.03.2012 09:26, schrieb Stefan Hajnoczi:
> It's typical to prepend or append parameters to an argument string so
> that other places in ./configure can add parameters without clobbering
> the string.  In the mingw32 libs_qga case there is a typo "$lib_qga"
> instead of "$libs_qga".
> 
> Signed-off-by: Stefan Hajnoczi <address@hidden>

Reviewed-by: Andreas Färber <address@hidden>

Andreas

> ---
>  configure |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/configure b/configure
> index 14ef738..d63c011 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=""

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg



reply via email to

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