From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39502) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgwTP-0000Kg-UQ for qemu-devel@nongnu.org; Fri, 07 Dec 2012 06:52:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TgwTI-0005Ar-K1 for qemu-devel@nongnu.org; Fri, 07 Dec 2012 06:52:07 -0500 Received: from mx1.redhat.com ([209.132.183.28]:2554) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgwH3-0002KP-7s for qemu-devel@nongnu.org; Fri, 07 Dec 2012 06:39:21 -0500 From: Stefan Hajnoczi Date: Fri, 7 Dec 2012 12:39:01 +0100 Message-Id: <1354880352-9597-3-git-send-email-stefanha@redhat.com> In-Reply-To: <1354880352-9597-1-git-send-email-stefanha@redhat.com> References: <1354880352-9597-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PATCH 02/13] configure: Remove stray debug output List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Anthony Liguori , Stefan Hajnoczi From: Peter Maydell 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 Signed-off-by: Stefan Hajnoczi --- configure | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure b/configure index 994f731..447e6ed 100755 --- a/configure +++ b/configure @@ -2969,8 +2969,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.8.0.1