summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
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")