From bb5b5c20b7f68c79e036cd3ec5e9e6362c112670 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Sat, 20 Oct 2012 20:37:04 +0100 Subject: configure: Remove stray debug output 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(-) (limited to 'configure') 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 -- cgit v1.1 From eac29d87c883fcbb54913ae20ed2bdccb4bcf7a3 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Fri, 2 Nov 2012 08:14:12 +0100 Subject: Fix spelling (prefered -> preferred) Signed-off-by: Stefan Weil Signed-off-by: Stefan Hajnoczi --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 447e6ed..79605d2 100755 --- a/configure +++ b/configure @@ -2130,7 +2130,7 @@ if test "$pixman" = "system"; then else if test ! -d ${source_path}/pixman/pixman; then echo "ERROR: pixman not present. Your options:" - echo " (1) Prefered: Install the pixman devel package (any recent" + echo " (1) Preferred: Install the pixman devel package (any recent" echo " distro should have packages as Xorg needs pixman too)." echo " (2) Fetch the pixman submodule, using:" echo " git submodule update --init pixman" -- cgit v1.1