Commit 9c038506841a3d1200a2b71701e1ea155c6d4b93

Authored by pbrook
1 parent 99773bd4

Typo in error message.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1821 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
configure
... ... @@ -653,7 +653,7 @@ fi
653 653 if test "$target_user_only" = "no" -a "$check_gfx" = "yes" \
654 654 -a "$sdl" = "no" -a "$cocoa" = "no" ; then
655 655 echo "ERROR: QEMU requires SDL or Cocoa for graphical output"
656   - echo "To build QEMU with graphical output configure with --disable-gfx-check"
  656 + echo "To build QEMU without graphical output configure with --disable-gfx-check"
657 657 echo "Note that this will disable all output from the virtual graphics card."
658 658 exit 1;
659 659 fi
... ...