From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53010) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TPerE-0004YE-6D for qemu-devel@nongnu.org; Sat, 20 Oct 2012 15:37:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TPerD-0005De-59 for qemu-devel@nongnu.org; Sat, 20 Oct 2012 15:37:16 -0400 From: Peter Maydell Date: Sat, 20 Oct 2012 20:37:04 +0100 Message-Id: <1350761824-28185-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH] configure: Remove stray debug output List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, patches@linaro.org Rather than printing a message saying we're silently falling back to gthread coroutines when running on MacOS, actually do it silently. Signed-off-by: Peter Maydell --- I guess this is a self-falsifying echo :-) configure | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure b/configure index 9f33c7d..e07baf3 100755 --- a/configure +++ b/configure @@ -2900,8 +2900,6 @@ EOF else coroutine_backend=gthread fi - else - echo "Silently falling back into gthread backend under darwin" fi elif test "$coroutine" = "gthread" ; then coroutine_backend=gthread -- 1.7.11.4