From: pbrook Date: Sun, 16 Apr 2006 15:19:15 +0000 (+0000) Subject: Typo in error message. X-Git-Tag: release_0_8_1~77 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9c038506841a3d1200a2b71701e1ea155c6d4b93;p=thirdparty%2Fqemu.git Typo in error message. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1821 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/configure b/configure index 5367e65f1b1..a1de008c565 100755 --- a/configure +++ b/configure @@ -653,7 +653,7 @@ fi 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