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 <frank.arn...@amd.com>
> Signed-off-by: Andre Przywara <andre.przyw...@amd.com>


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
aurel...@aurel32.net                 http://www.aurel32.net


Reply via email to