diff options
author | Stefan Weil <sw@weilnetz.de> | 2014-03-06 18:13:33 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2014-03-10 13:57:36 +0100 |
commit | c9dd4074df9b702090fa0e42c0101d75d44c7eb9 (patch) | |
tree | f73e9d8fa41cb5946f2da36a4e0983f64863918f /configure | |
parent | 9b74d0d598b022e558d06bf6d57f0f303d1a4bc8 (diff) |
configure: Prettify message for hosts without spice support
Instead of
spice support no (/)
configure now prints
spice support no
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |