summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2009-08-12 18:20:22 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-08-27 19:33:12 -0500
commit576edbfa8eb0ae5030dcff67d5176a0b5d42686d (patch)
tree77f5b9e473451ab28fd17681bae2f281f699b480 /configure
parent523e727d46277688c05d2d85623ca3afd917add9 (diff)
downloadhqemu-576edbfa8eb0ae5030dcff67d5176a0b5d42686d.zip
hqemu-576edbfa8eb0ae5030dcff67d5176a0b5d42686d.tar.gz
Make vnc configure options less verbose.
Rest of libraries don't print themselves Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure b/configure
index 5c1065f..7904efc 100755
--- a/configure
+++ b/configure
@@ -1491,15 +1491,7 @@ echo "Audio drivers $audio_drv_list"
echo "Extra audio cards $audio_card_list"
echo "Mixer emulation $mixemu"
echo "VNC TLS support $vnc_tls"
-if test "$vnc_tls" = "yes" ; then
- echo " TLS CFLAGS $vnc_tls_cflags"
- echo " TLS LIBS $vnc_tls_libs"
-fi
echo "VNC SASL support $vnc_sasl"
-if test "$vnc_sasl" = "yes" ; then
- echo " SASL CFLAGS $vnc_sasl_cflags"
- echo " SASL LIBS $vnc_sasl_libs"
-fi
if test -n "$sparc_cpu"; then
echo "Target Sparc Arch $sparc_cpu"
fi
OpenPOWER on IntegriCloud