From: Hu Tao Date: Mon, 25 Feb 2013 02:27:48 +0000 (+0800) Subject: show --disable-gtk and --enable-gtk in the help message X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ab4004495cb1cf38ab2e35f84ee54e669e2ad08a;p=qemu.git show --disable-gtk and --enable-gtk in the help message Signed-off-by: Hu Tao Message-id: 1361759268-16314-1-git-send-email-hutao@cn.fujitsu.com Signed-off-by: Anthony Liguori --- 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"