From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FU6Np-0006IH-AK for qemu-devel@nongnu.org; Thu, 13 Apr 2006 14:17:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FU6Nn-0006F9-70 for qemu-devel@nongnu.org; Thu, 13 Apr 2006 14:17:32 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FU6Nm-0006F5-V0 for qemu-devel@nongnu.org; Thu, 13 Apr 2006 14:17:30 -0400 Received: from [212.227.126.188] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FU6T9-0000Ts-Q1 for qemu-devel@nongnu.org; Thu, 13 Apr 2006 14:23:04 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) by flubber.weilnetz.de (Postfix) with ESMTP id 250DEF2FDC for ; Thu, 13 Apr 2006 20:11:48 +0200 (CEST) Message-ID: <443E9463.5050303@mail.berlios.de> Date: Thu, 13 Apr 2006 20:11:47 +0200 From: Stefan Weil MIME-Version: 1.0 Subject: [Qemu-devel] [PATCH] Fix message in configure References: <001501c65dd6$484d7c60$0464a8c0@athlon> <443E93A3.5060508@weilnetz.de> In-Reply-To: <443E93A3.5060508@weilnetz.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 The help message for --disable-bfx-check should be fixed. Regards Stefan Weil Index: configure =================================================================== RCS file: /sources/qemu/qemu/configure,v retrieving revision 1.87 diff -u -b -B -u -r1.87 configure --- configure 8 Apr 2006 14:26:41 -0000 1.87 +++ configure 13 Apr 2006 18:02:29 -0000 @@ -649,7 +649,7 @@ if test "$target_user_only" = "no" -a "$check_gfx" = "yes" \ -a "$sdl" = "no" -a "$cocoa" = "no" ; then echo "ERROR: QEMU requires SDL or Cocoa for graphical output" - echo "To build QEMU with graphical output configure with --disable-gfx-check" + echo "To build QEMU without graphical output configure with --disable-gfx-check" echo "Note that this will disable all output from the virtual graphics card." exit 1; fi