From c9dd4074df9b702090fa0e42c0101d75d44c7eb9 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Thu, 6 Mar 2014 18:13:33 +0100 Subject: configure: Prettify message for hosts without spice support Instead of spice support no (/) configure now prints spice support no Signed-off-by: Stefan Weil Signed-off-by: Gerd Hoffmann --- configure | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 8689435ccf..ff72ee3b21 100755 --- a/configure +++ b/configure @@ -4107,7 +4107,11 @@ echo "vhost-net support $vhost_net" echo "vhost-scsi support $vhost_scsi" echo "Trace backend $trace_backend" echo "Trace output file $trace_file-" +if test "$spice" = "yes"; then echo "spice support $spice ($spice_protocol_version/$spice_server_version)" +else +echo "spice support $spice" +fi echo "rbd support $rbd" echo "xfsctl support $xfs" echo "nss used $smartcard_nss" -- cgit v1.2.1