qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [COMMIT 576edbf] Make vnc configure options less verbose.


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT 576edbf] Make vnc configure options less verbose.
Date: Fri, 28 Aug 2009 02:19:48 -0000

From: Juan Quintela <address@hidden>

Rest of libraries don't print themselves

Signed-off-by: Juan Quintela <address@hidden>
Signed-off-by: Anthony Liguori <address@hidden>

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]