qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] Fix message in configure


From: Stefan Weil
Subject: [Qemu-devel] [PATCH] Fix message in configure
Date: Thu, 13 Apr 2006 20:11:47 +0200
User-agent: Mozilla Thunderbird 1.0.6 (X11/20050716)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]