qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] configure: fix --sysconfdir specification


From: Aurelien Jarno
Subject: Re: [Qemu-devel] [PATCH] configure: fix --sysconfdir specification
Date: Sat, 13 Mar 2010 12:08:42 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

On Mon, Mar 08, 2010 at 02:09:48PM +0100, Andre Przywara wrote:
> --sysconfdir requires a parameter (the path), this should be reflected
> in the case pattern.
> 
> Reported-by: Frank Arnold <address@hidden>
> Signed-off-by: Andre Przywara <address@hidden>


Thanks, applied.

> ---
>  configure |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/configure b/configure
> index f55baf0..d3b4df9 100755
> --- a/configure
> +++ b/configure
> @@ -495,7 +495,7 @@ for opt do
>      static="yes"
>      LDFLAGS="-static $LDFLAGS"
>    ;;
> -  --sysconfdir) sysconfdir="$optarg"
> +  --sysconfdir=*) sysconfdir="$optarg"
>    ;;
>    --disable-sdl) sdl="no"
>    ;;
> -- 
> 1.6.1.3
> 
> 
> 
> 
> 

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
address@hidden                 http://www.aurel32.net




reply via email to

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