diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2012-11-23 16:41:21 +0100 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2012-12-12 18:15:48 +0100 |
commit | 7fe6b6303b83655d8975d72c65eec48024e90761 (patch) | |
tree | 952c187421ffd04d2aff42b7a1e8f8e0bd055cda /configure.ac | |
parent | 5a31221252b6fe55189348d9433813c5f88f0c78 (diff) |
Don't build client by default
It has been superseded by virt-viewer/remote-viewer
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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") |