[Spice-devel] [linux-vdagent 1/4] build-sys: Add info about options for --with-gtk

Victor Toso victortoso at redhat.com
Tue Jun 5 09:29:12 UTC 2018


From: Victor Toso <me at victortoso.com>

To have a similar output to other configure options we have.

Signed-off-by: Victor Toso <victortoso at redhat.com>
---
 configure.ac | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 89f617c..aa1751a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -76,7 +76,9 @@ if test "x$init_systemd" = "xyes"; then
 fi
 
 AC_ARG_WITH([gtk],
-            [AS_HELP_STRING([--with-gtk], [Use GTK+ instead of Xlib])],
+            [AS_HELP_STRING(
+               [--with-gtk=@<:@auto/yes/no@:>@],
+               [Use GTK+ instead of Xlib @<:@default=auto@:>@])],
             [],
             [with_gtk="auto"])
 if test "x$with_gtk" != "xno"; then
-- 
2.17.0



More information about the Spice-devel mailing list