[vinagre] Correct spice configure argument default



commit 3170c5e15b625a55ef946b42d6abfbab99f6c65a
Author: David King <amigadave amigadave com>
Date:   Fri Mar 4 23:11:00 2011 +0100

    Correct spice configure argument default

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c2c906f..8fd7d3e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -218,7 +218,7 @@ AM_CONDITIONAL(APPLET, test "x$enable_applet" = "xyes")
 # Check for spice
 AC_ARG_ENABLE(spice,
               AS_HELP_STRING([--enable-spice],
-                             [Enable SPICE plugin (default=yes)]),
+                             [Enable SPICE plugin (default=no)]),
               enable_spice=${enableval},
               enable_spice=no)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]