qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] configure: fix error messages


From: Wei, Jiangang
Subject: Re: [Qemu-devel] [PATCH] configure: fix error messages
Date: Tue, 17 May 2016 10:20:06 +0000

ping ...
Any comments?
On Tue, 2016-05-10 at 18:13 +0800, Wei Jiangang wrote:
> spice-server-devel is required, not spice-protocol-devel.
> "spice-protocol(>=0.12.3) devel" maybe mislead user.
> 
> when configure isn't able to find the required usb-redir,
> It's better to explicitly output version requirement.
> 
> Signed-off-by: Wei Jiangang <address@hidden>
> ---
>  configure | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/configure b/configure
> index c37fc5f..0190fb7 100755
> --- a/configure
> +++ b/configure
> @@ -3974,7 +3974,7 @@ EOF
>    else
>      if test "$spice" = "yes" ; then
>        feature_not_found "spice" \
> -          "Install spice-server(>=0.12.0) and spice-protocol(>=0.12.3) devel"
> +          "Install spice-server(>=0.12.0) devel and spice-protocol(>=0.12.3)"
>      fi
>      spice="no"
>    fi
> @@ -4023,7 +4023,7 @@ if test "$usb_redir" != "no" ; then
>          libs_softmmu="$libs_softmmu $usb_redir_libs"
>      else
>          if test "$usb_redir" = "yes"; then
> -            feature_not_found "usb-redir" "Install usbredir devel"
> +            feature_not_found "usb-redir" "Install usbredir devel(>=0.6)"
>          fi
>          usb_redir="no"
>      fi




reply via email to

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