From f99c258090f66ae5480739848017c9b0743d5a8b Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Sat, 12 Mar 2011 17:43:55 +0100 Subject: [PATCH] remove CONFIG_THREAD Signed-off-by: Paolo Bonzini Signed-off-by: Blue Swirl --- configure | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure b/configure index 5513d3e..a166de0 100755 --- a/configure +++ b/configure @@ -2667,7 +2667,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 @@ -2763,7 +2762,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 -- 2.7.4