From: Paul Brook <paul@codesourcery.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] Remove qemu-fast warning
Date: Mon, 28 Feb 2005 21:07:51 +0000 [thread overview]
Message-ID: <200502282107.51822.paul@codesourcery.com> (raw)
[-- 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"
next reply other threads:[~2005-02-28 21:58 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-28 21:07 Paul Brook [this message]
2005-02-28 21:57 ` [Qemu-devel] Remove qemu-fast warning Darryl Dixon
2005-02-28 23:05 ` Jim C. Brown
2005-03-01 2:06 ` Darryl Dixon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200502282107.51822.paul@codesourcery.com \
--to=paul@codesourcery.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).