diff options
| author | Stefan Weil <weil@mail.berlios.de> | 2011-09-04 15:29:32 +0200 |
|---|---|---|
| committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2011-09-09 09:43:17 +0100 |
| commit | bca4b9885fc021e5550ac1c488dc0048c2694b79 (patch) | |
| tree | ddc7b576b33cfa596d01eafa4968b546f3055f2a | |
| parent | 60474fb56836d1b4cb091c82371157d9b917047c (diff) | |
| download | focaccia-qemu-bca4b9885fc021e5550ac1c488dc0048c2694b79.tar.gz focaccia-qemu-bca4b9885fc021e5550ac1c488dc0048c2694b79.zip | |
configure: Remove relicts from --enable-io-thread
Commit 12d4536f7d911b6d87a766ad7300482ea663cea2 removed configure option --enable-io-thread. Remove help message which is now no longer valid. Cc: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
| -rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure index fe3147b289..f808f48fd3 100755 --- a/configure +++ b/configure @@ -1025,7 +1025,6 @@ echo " --disable-linux-aio disable Linux AIO support" echo " --enable-linux-aio enable Linux AIO support" echo " --disable-attr disables attr and xattr support" echo " --enable-attr enable attr and xattr support" -echo " --enable-io-thread enable IO thread" echo " --disable-blobs disable installing provided firmware blobs" echo " --enable-docs enable documentation build" echo " --disable-docs disable documentation build" |