aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2006-04-16 15:19:15 +0000
committerpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2006-04-16 15:19:15 +0000
commit9c038506841a3d1200a2b71701e1ea155c6d4b93 (patch)
treeeabe46b0e69ca5e77e35922bc01ee10959f4a114 /configure
parent99773bd4b4e848955851bec18ae4b7daca8ed306 (diff)
downloadqemu-9c038506841a3d1200a2b71701e1ea155c6d4b93.zip
qemu-9c038506841a3d1200a2b71701e1ea155c6d4b93.tar.gz
qemu-9c038506841a3d1200a2b71701e1ea155c6d4b93.tar.bz2
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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 5367e65..a1de008 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