qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Remove qemu-fast warning
@ 2005-02-28 21:07 Paul Brook
  2005-02-28 21:57 ` Darryl Dixon
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Brook @ 2005-02-28 21:07 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 259 bytes --]

The attached patch removes the warning about lack of static SDL. This is only 
userd by qemu-fast, which isn't build by default. Anyone building qemu-fast 
should know what they're doing anyway. The current warning just confuses 
people.

Please apply.

Paul

[-- Attachment #2: p --]
[-- Type: text/x-diff, Size: 606 bytes --]

Index: configure
===================================================================
RCS file: /cvsroot/qemu/qemu/configure,v
retrieving revision 1.56
diff -u -p -r1.56 configure
--- configure	19 Feb 2005 17:24:28 -0000	1.56
+++ configure	28 Feb 2005 20:22:32 -0000
@@ -427,9 +427,6 @@ fi
 if test $sdl_too_old = "yes"; then
 echo "-> Your SDL version is too old - please upgrade to have FFplay/SDL support"
 fi
-if test "$sdl_static" = "no"; then
-  echo "WARNING: cannot compile statically with SDL - qemu-fast won't have a graphical output"
-fi
 
 config_mak="config-host.mak"
 config_h="config-host.h"

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-03-01  2:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-28 21:07 [Qemu-devel] Remove qemu-fast warning Paul Brook
2005-02-28 21:57 ` Darryl Dixon
2005-02-28 23:05   ` Jim C. Brown
2005-03-01  2:06     ` Darryl Dixon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).