From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=36889 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnaT4-0006il-Ce for qemu-devel@nongnu.org; Thu, 10 Feb 2011 12:38:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PnaT3-0004Vi-0Z for qemu-devel@nongnu.org; Thu, 10 Feb 2011 12:38:10 -0500 Received: from mail-gy0-f173.google.com ([209.85.160.173]:45897) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PnaT2-0004UT-Ss for qemu-devel@nongnu.org; Thu, 10 Feb 2011 12:38:08 -0500 Received: by mail-gy0-f173.google.com with SMTP id 5so757667gye.4 for ; Thu, 10 Feb 2011 09:38:08 -0800 (PST) Sender: Paolo Bonzini From: Paolo Bonzini Date: Thu, 10 Feb 2011 18:37:44 +0100 Message-Id: <1297359464-9789-8-git-send-email-pbonzini@redhat.com> In-Reply-To: <1297359464-9789-1-git-send-email-pbonzini@redhat.com> References: <1297359464-9789-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 7/7] remove CONFIG_THREAD List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Blue Swirl Signed-off-by: Paolo Bonzini Cc: Stefan Weil Cc: Blue Swirl --- configure | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 598e8e1..46a6389 100755 --- a/configure +++ b/configure @@ -2609,7 +2609,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 @@ -2696,7 +2695,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 -- 1.7.3.5