diff mbox

[01/20] Make vnc configure options less verbose.

Message ID f0c06fa48185340f894ae259f70a18dda528fca8.1250093910.git.quintela@redhat.com
State Superseded
Headers show

Commit Message

Juan Quintela Aug. 12, 2009, 4:20 p.m. UTC
Rest of libraries don't print themselves

Signed-off-by: Juan Quintela <quintela@redhat.com>
---
 configure |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
diff mbox

Patch

diff --git a/configure b/configure
index cc3e5dd..1acabf1 100755
--- a/configure
+++ b/configure
@@ -1516,15 +1516,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