From patchwork Wed Jun 17 15:14:54 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lin Ma X-Patchwork-Id: 485473 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 547A01401AB for ; Thu, 18 Jun 2015 01:21:00 +1000 (AEST) Received: from localhost ([::1]:47441 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5F5V-0003RC-7o for incoming@patchwork.ozlabs.org; Wed, 17 Jun 2015 11:17:13 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54735) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5F5F-00039E-BF for qemu-devel@nongnu.org; Wed, 17 Jun 2015 11:16:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z5F5B-0001Mo-E1 for qemu-devel@nongnu.org; Wed, 17 Jun 2015 11:16:57 -0400 Received: from smtp.nue.novell.com ([195.135.221.5]:33933) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5F5B-0001MQ-7l for qemu-devel@nongnu.org; Wed, 17 Jun 2015 11:16:53 -0400 Received: from linux-wc25.site ([114.111.167.109]) by smtp.nue.novell.com with ESMTP (TLS encrypted); Wed, 17 Jun 2015 17:16:49 +0200 From: Lin Ma To: qemu-devel@nongnu.org Date: Wed, 17 Jun 2015 23:14:54 +0800 Message-Id: <1434554094-6040-1-git-send-email-lma@suse.com> X-Mailer: git-send-email 2.1.4 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 195.135.221.5 Cc: Lin Ma Subject: [Qemu-devel] [PATCH] configure: show --disable-vte and --enable-vte in help message 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 Signed-off-by: Lin Ma --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index 222694f..4f895e3 100755 --- a/configure +++ b/configure @@ -1420,6 +1420,8 @@ Advanced options (experts only): --enable-numa enable libnuma support --disable-tcmalloc disable tcmalloc support --enable-tcmalloc enable tcmalloc support + --disable-vte disable vte + --enable-vte enable vte NOTE: The object files are built at the place where configure is launched EOF