From patchwork Fri Sep 9 09:24:09 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2/8] configure: Remove relicts from --enable-io-thread Date: Thu, 08 Sep 2011 23:24:09 -0000 From: Stefan Hajnoczi X-Patchwork-Id: 114024 Message-Id: <1315560255-25009-3-git-send-email-stefanha@linux.vnet.ibm.com> To: Cc: Anthony Liguori , Stefan Hajnoczi From: Stefan Weil Commit 12d4536f7d911b6d87a766ad7300482ea663cea2 removed configure option --enable-io-thread. Remove help message which is now no longer valid. Cc: Anthony Liguori Signed-off-by: Stefan Weil Signed-off-by: Stefan Hajnoczi --- configure | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/configure b/configure index fe3147b..f808f48 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"