summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2014-03-11 13:03:21 +0000
committerPeter Maydell <peter.maydell@linaro.org>2014-03-11 13:03:22 +0000
commited9b103d3e3102f17791ca53d4a8b17a3de929de (patch)
treebdfc230e97e52c3c8289240b9da29adfec98323c /configure
parentc57ec3249e9839c7ea2e3789f6e40f9ec1c92f55 (diff)
parentc9dd4074df9b702090fa0e42c0101d75d44c7eb9 (diff)
downloadqemu-ed9b103d3e3102f17791ca53d4a8b17a3de929de.tar.gz
Merge remote-tracking branch 'remotes/spice/tags/pull-spice-4' into staging
minor spice patches. # gpg: Signature made Mon 10 Mar 2014 13:13:14 GMT using RSA key ID D3E87138 # gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>" # gpg: aka "Gerd Hoffmann <gerd@kraxel.org>" # gpg: aka "Gerd Hoffmann (private) <kraxel@gmail.com>" * remotes/spice/tags/pull-spice-4: configure: Prettify message for hosts without spice support spice: QemuUIInfo windup spice: fix simple display surface handling Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index af44b6ab05..95399798d0 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-<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"