From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D5su0-0004Al-2j for qemu-devel@nongnu.org; Mon, 28 Feb 2005 16:58:08 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D5sdY-0002EZ-0d for qemu-devel@nongnu.org; Mon, 28 Feb 2005 16:41:14 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D5sdV-00026k-8q for qemu-devel@nongnu.org; Mon, 28 Feb 2005 16:41:05 -0500 Received: from [65.74.133.9] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1D5s7Q-00030j-87 for qemu-devel@nongnu.org; Mon, 28 Feb 2005 16:07:56 -0500 From: Paul Brook Date: Mon, 28 Feb 2005 21:07:51 +0000 MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_ng4ICpu1P5833dF" Message-Id: <200502282107.51822.paul@codesourcery.com> Subject: [Qemu-devel] Remove qemu-fast warning Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org --Boundary-00=_ng4ICpu1P5833dF Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline 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 --Boundary-00=_ng4ICpu1P5833dF Content-Type: text/x-diff; charset="us-ascii"; name="p" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="p" 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" --Boundary-00=_ng4ICpu1P5833dF--