diff options
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-04-16 15:19:15 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-04-16 15:19:15 +0000 |
commit | 9c038506841a3d1200a2b71701e1ea155c6d4b93 (patch) | |
tree | eabe46b0e69ca5e77e35922bc01ee10959f4a114 /configure | |
parent | 99773bd4b4e848955851bec18ae4b7daca8ed306 (diff) |
Typo in error message.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1821 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |