diff mbox

show --disable-gtk and --enable-gtk in the help message

Message ID 1361759268-16314-1-git-send-email-hutao@cn.fujitsu.com
State New
Headers show

Commit Message

Hu Tao Feb. 25, 2013, 2:27 a.m. UTC
Signed-off-by: Hu Tao <hutao@cn.fujitsu.com>
---
 configure | 2 ++
 1 file changed, 2 insertions(+)

Comments

Anthony Liguori Feb. 27, 2013, 1:28 p.m. UTC | #1
Applied.  Thanks.

Regards,

Anthony Liguori
diff mbox

Patch

diff --git a/configure b/configure
index dcaa67c..46b29dc 100755
--- a/configure
+++ b/configure
@@ -1052,6 +1052,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"