Commit c9dd4074 authored by Stefan Weil's avatar Stefan Weil Committed by Gerd Hoffmann
Browse files

configure: Prettify message for hosts without spice support



Instead of

    spice support     no (/)

configure now prints

    spice support     no

Signed-off-by: default avatarStefan Weil <sw@weilnetz.de>
Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
parent 9b74d0d5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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-<pid>"
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"