From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33239) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIeGK-0005Fu-Uo for qemu-devel@nongnu.org; Fri, 24 Jul 2015 10:47:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZIeGF-0008Mu-Jv for qemu-devel@nongnu.org; Fri, 24 Jul 2015 10:47:48 -0400 Received: from mx2.suse.de ([195.135.220.15]:51954) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIeGF-0008MJ-BL for qemu-devel@nongnu.org; Fri, 24 Jul 2015 10:47:43 -0400 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Fri, 24 Jul 2015 16:47:37 +0200 Message-Id: <1437749257-3313-1-git-send-email-afaerber@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH for-2.4] configure: Drop vnc-ws feature from help text List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Paolo Bonzini , =?UTF-8?q?Andreas=20F=C3=A4rber?= Commit 8e9b0d2 (ui: convert VNC websockets to use crypto APIs) dropped the --enable-vnc-ws option but forgot to update the help text. Fix this. Cc: Daniel P. Berrange Cc: Paolo Bonzini Signed-off-by: Andreas F=C3=A4rber --- configure | 1 - 1 file changed, 1 deletion(-) diff --git a/configure b/configure index cc0338d..b2b5e0d 100755 --- a/configure +++ b/configure @@ -1337,7 +1337,6 @@ disabled with --disable-FEATURE, default is enabled= if available: vnc-sasl SASL encryption for VNC server vnc-jpeg JPEG lossy compression for VNC server vnc-png PNG compression for VNC server - vnc-ws Websockets support for VNC server cocoa Cocoa UI (Mac OS X only) virtfs VirtFS xen xen backend driver support --=20 2.1.4