summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2012-11-23 16:41:21 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2012-12-12 18:15:48 +0100
commit7fe6b6303b83655d8975d72c65eec48024e90761 (patch)
tree952c187421ffd04d2aff42b7a1e8f8e0bd055cda /configure.ac
parent5a31221252b6fe55189348d9433813c5f88f0c78 (diff)
downloadspice-7fe6b6303b83655d8975d72c65eec48024e90761.tar.gz
spice-7fe6b6303b83655d8975d72c65eec48024e90761.tar.xz
spice-7fe6b6303b83655d8975d72c65eec48024e90761.zip
Don't build client by default
It has been superseded by virt-viewer/remote-viewer
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d02ea19c..a12e1198 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")