From patchwork Wed Aug 12 16:20:22 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Juan Quintela X-Patchwork-Id: 31203 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by bilbo.ozlabs.org (Postfix) with ESMTPS id ACC75B6EDF for ; Thu, 13 Aug 2009 02:28:00 +1000 (EST) Received: from localhost ([127.0.0.1]:43085 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MbGg4-0000uD-Dc for incoming@patchwork.ozlabs.org; Wed, 12 Aug 2009 12:27:52 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MbGbC-0003z6-Ej for qemu-devel@nongnu.org; Wed, 12 Aug 2009 12:22:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MbGb5-0003pa-Uh for qemu-devel@nongnu.org; Wed, 12 Aug 2009 12:22:48 -0400 Received: from [199.232.76.173] (port=34664 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MbGb5-0003pQ-Mg for qemu-devel@nongnu.org; Wed, 12 Aug 2009 12:22:43 -0400 Received: from mx2.redhat.com ([66.187.237.31]:44176) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MbGb4-0002WB-TL for qemu-devel@nongnu.org; Wed, 12 Aug 2009 12:22:43 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n7CGMgos014727 for ; Wed, 12 Aug 2009 12:22:42 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n7CGMfDX012655; Wed, 12 Aug 2009 12:22:41 -0400 Received: from localhost.localdomain (vpn-12-196.rdu.redhat.com [10.11.12.196]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n7CGMdlG001987; Wed, 12 Aug 2009 12:22:40 -0400 From: Juan Quintela To: qemu-devel@nongnu.org Date: Wed, 12 Aug 2009 18:20:22 +0200 Message-Id: In-Reply-To: References: In-Reply-To: References: X-Scanned-By: MIMEDefang 2.58 on 172.16.27.26 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: [Qemu-devel] [PATCH 01/20] Make vnc configure options less verbose. X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Rest of libraries don't print themselves Signed-off-by: Juan Quintela --- configure | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) 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