qemu-devel
[Top][All Lists]
Advanced

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

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


From: Wei Jiangang
Subject: [Qemu-devel] [PATCH] configure: fix error messages
Date: Tue, 10 May 2016 18:13:36 +0800

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
-- 
1.9.3






reply via email to

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