summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHu Tao2013-02-25 03:27:48 +0100
committerAnthony Liguori2013-02-26 20:30:35 +0100
commitab4004495cb1cf38ab2e35f84ee54e669e2ad08a (patch)
treefae97ee960502dc8e9ab5ac42d82341d40137487
parentAdd compat for GDK_KEY_XXX symbols (diff)
downloadqemu-ab4004495cb1cf38ab2e35f84ee54e669e2ad08a.tar.gz
qemu-ab4004495cb1cf38ab2e35f84ee54e669e2ad08a.tar.xz
qemu-ab4004495cb1cf38ab2e35f84ee54e669e2ad08a.zip
show --disable-gtk and --enable-gtk in the help message
Signed-off-by: Hu Tao <hutao@cn.fujitsu.com> Message-id: 1361759268-16314-1-git-send-email-hutao@cn.fujitsu.com Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 8b6309f53e..19738ac968 100755
--- a/configure
+++ b/configure
@@ -1055,6 +1055,8 @@ echo " --disable-strip disable stripping binaries"
echo " --disable-werror disable compilation abort on warning"
echo " --disable-sdl disable SDL"
echo " --enable-sdl enable SDL"
+echo " --disable-gtk disable gtk UI"
+echo " --enable-gtk enable gtk UI"
echo " --disable-virtfs disable VirtFS"
echo " --enable-virtfs enable VirtFS"
echo " --disable-vnc disable VNC"