From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=56315 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZzRM-0001Yd-Gh for qemu-devel@nongnu.org; Tue, 04 Jan 2011 00:28:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PZzRL-0004kK-75 for qemu-devel@nongnu.org; Tue, 04 Jan 2011 00:28:12 -0500 Received: from e23smtp05.au.ibm.com ([202.81.31.147]:40825) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PZzRK-0004da-Lk for qemu-devel@nongnu.org; Tue, 04 Jan 2011 00:28:11 -0500 Received: from d23relay03.au.ibm.com (d23relay03.au.ibm.com [202.81.31.245]) by e23smtp05.au.ibm.com (8.14.4/8.13.1) with ESMTP id p045Mtm5015205 for ; Tue, 4 Jan 2011 16:22:55 +1100 Received: from d23av02.au.ibm.com (d23av02.au.ibm.com [9.190.235.138]) by d23relay03.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p045S95B2457716 for ; Tue, 4 Jan 2011 16:28:09 +1100 Received: from d23av02.au.ibm.com (loopback [127.0.0.1]) by d23av02.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p045S8hR024342 for ; Tue, 4 Jan 2011 16:28:09 +1100 From: Arun R Bharadwaj Date: Tue, 04 Jan 2011 10:58:04 +0530 Message-ID: <20110104052804.15887.4899.stgit@localhost6.localdomain6> In-Reply-To: <20110104052627.15887.43436.stgit@localhost6.localdomain6> References: <20110104052627.15887.43436.stgit@localhost6.localdomain6> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH 10/13] Remove all instances of CONFIG_THREAD List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com, stefanha@linux.vnet.ibm.com, aneesh.kumar@linux.vnet.ibm.com Remove all instances of CONFIG_THREAD, which is not used anymore. Signed-off-by: Arun R Bharadwaj --- configure | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/configure b/configure index a079a49..addf733 100755 --- a/configure +++ b/configure @@ -2456,7 +2456,6 @@ if test "$vnc_png" != "no" ; then fi if test "$vnc_thread" != "no" ; then echo "CONFIG_VNC_THREAD=y" >> $config_host_mak - echo "CONFIG_THREAD=y" >> $config_host_mak fi if test "$fnmatch" = "yes" ; then echo "CONFIG_FNMATCH=y" >> $config_host_mak @@ -2534,7 +2533,6 @@ if test "$xen" = "yes" ; then fi if test "$io_thread" = "yes" ; then echo "CONFIG_IOTHREAD=y" >> $config_host_mak - echo "CONFIG_THREAD=y" >> $config_host_mak fi if test "$linux_aio" = "yes" ; then echo "CONFIG_LINUX_AIO=y" >> $config_host_mak