diff options
| author | Hu Tao <hutao@cn.fujitsu.com> | 2013-02-25 10:27:48 +0800 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-02-26 13:30:35 -0600 |
| commit | ab4004495cb1cf38ab2e35f84ee54e669e2ad08a (patch) | |
| tree | fae97ee960502dc8e9ab5ac42d82341d40137487 | |
| parent | bc0477c7d6445730b22e733ad4a65f0cc23fa405 (diff) | |
| download | focaccia-qemu-ab4004495cb1cf38ab2e35f84ee54e669e2ad08a.tar.gz focaccia-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-x | configure | 2 |
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" |