From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:54201) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0ClM-0007VR-BG for qemu-devel@nongnu.org; Sun, 04 Sep 2011 09:29:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R0ClL-0000ho-Cy for qemu-devel@nongnu.org; Sun, 04 Sep 2011 09:29:28 -0400 From: Stefan Weil Date: Sun, 4 Sep 2011 15:29:32 +0200 Message-Id: <1315142972-11450-1-git-send-email-weil@mail.berlios.de> Subject: [Qemu-devel] [PATCH] configure: Remove relicts from --enable-io-thread List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers Cc: qemu-trivial@nongnu.org, Anthony Liguori 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 --- configure | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/configure b/configure index e242ece..048ab4b 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" -- 1.7.2.5