From patchwork Mon Jul 2 09:36:36 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 168529 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id BE0DA2C01F0 for ; Mon, 2 Jul 2012 19:37:38 +1000 (EST) Received: from localhost ([::1]:36674 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sld4a-0000yV-JP for incoming@patchwork.ozlabs.org; Mon, 02 Jul 2012 05:37:36 -0400 Received: from eggs.gnu.org ([208.118.235.92]:40844) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sld3t-0007hD-RA for qemu-devel@nongnu.org; Mon, 02 Jul 2012 05:36:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sld3o-0005Mq-7R for qemu-devel@nongnu.org; Mon, 02 Jul 2012 05:36:53 -0400 Received: from e06smtp15.uk.ibm.com ([195.75.94.111]:56099) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sld3n-0005Lr-Vx for qemu-devel@nongnu.org; Mon, 02 Jul 2012 05:36:48 -0400 Received: from /spool/local by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 2 Jul 2012 10:36:44 +0100 Received: from d06nrmr1307.portsmouth.uk.ibm.com (9.149.38.129) by e06smtp15.uk.ibm.com (192.168.101.145) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Mon, 2 Jul 2012 10:36:42 +0100 Received: from d06av04.portsmouth.uk.ibm.com (d06av04.portsmouth.uk.ibm.com [9.149.37.216]) by d06nrmr1307.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q629afni2396272 for ; Mon, 2 Jul 2012 10:36:41 +0100 Received: from d06av04.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av04.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q629aefs004625 for ; Mon, 2 Jul 2012 03:36:40 -0600 Received: from localhost (stefanha-thinkpad.manchester-maybrook.uk.ibm.com [9.174.219.145]) by d06av04.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id q629aeHG004614; Mon, 2 Jul 2012 03:36:40 -0600 From: Stefan Hajnoczi To: Anthony Liguori Date: Mon, 2 Jul 2012 10:36:36 +0100 Message-Id: <1341221796-14673-4-git-send-email-stefanha@linux.vnet.ibm.com> X-Mailer: git-send-email 1.7.10 In-Reply-To: <1341221796-14673-1-git-send-email-stefanha@linux.vnet.ibm.com> References: <1341221796-14673-1-git-send-email-stefanha@linux.vnet.ibm.com> x-cbid: 12070209-0342-0000-0000-000002296B8F X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 195.75.94.111 Cc: Stefan Weil , qemu-devel@nongnu.org, Stefan Hajnoczi Subject: [Qemu-devel] [PATCH 3/3] configure: Remove help for --disable-vnc-thread, --enable-vnc-thread X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: Stefan Weil Commit 2624bab836662d37f08336408a99d97652fc9c4d removed these configure arguments. Now the help text for both is removed, too. Signed-off-by: Stefan Weil Signed-off-by: Stefan Hajnoczi --- configure | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure b/configure index 9f071b7..500fe24 100755 --- a/configure +++ b/configure @@ -1043,8 +1043,6 @@ echo " --disable-vnc-jpeg disable JPEG lossy compression for VNC server" echo " --enable-vnc-jpeg enable JPEG lossy compression for VNC server" echo " --disable-vnc-png disable PNG compression for VNC server (default)" echo " --enable-vnc-png enable PNG compression for VNC server" -echo " --disable-vnc-thread disable threaded VNC server" -echo " --enable-vnc-thread enable threaded VNC server" echo " --disable-curses disable curses output" echo " --enable-curses enable curses output" echo " --disable-curl disable curl connectivity"