diff options
| author | Paolo Bonzini | 2011-03-12 17:43:55 +0100 |
|---|---|---|
| committer | Blue Swirl | 2011-03-13 15:44:21 +0100 |
| commit | 38a42e7c527f3d1fb745211b1fbb7b9af76f790f (patch) | |
| tree | a505ee4a5ab6619f47d03a3f2af1fe5b63bae47d | |
| parent | add assertions on the owner of a QemuMutex (diff) | |
| download | qemu-38a42e7c527f3d1fb745211b1fbb7b9af76f790f.tar.gz qemu-38a42e7c527f3d1fb745211b1fbb7b9af76f790f.tar.xz qemu-38a42e7c527f3d1fb745211b1fbb7b9af76f790f.zip | |
remove CONFIG_THREAD
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
| -rwxr-xr-x | configure | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |
