[Spice-devel] [PATCH 1/3] Don't build client by default
Christophe Fergeau
cfergeau at redhat.com
Fri Nov 23 07:58:24 PST 2012
It has been superseded by virt-viewer/remote-viewer
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index d02ea19..a12e119 100644
--- a/configure.ac
+++ b/configure.ac
@@ -150,7 +150,7 @@ fi
AC_ARG_ENABLE(client,
[ --enable-client Enable spice client],,
-[enable_client="yes"])
+[enable_client="no"])
AS_IF([test x"$enable_client" != "xno"], [enable_client="yes"])
AM_CONDITIONAL(SUPPORT_CLIENT, test "x$enable_client" = "xyes")
--
1.8.0
More information about the Spice-devel
mailing list