From 4c410db9f3f1c82d40f5ba6e76e2c4bd08c90603 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 11 Aug 2010 15:14:00 +0200 Subject: Do not build vinagre plugin by default yet It needs a few patches in vinagre to work --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f5e592d..c512ec7 100644 --- a/configure.ac +++ b/configure.ac @@ -88,7 +88,7 @@ AM_GLIB_GNU_GETTEXT AC_ARG_ENABLE(vinagre, AS_HELP_STRING([--enable-vinagre=@<:@no/yes/auto@:>@], [build with vinagre plugin]), , - enable_vinagre=auto) + enable_vinagre=no) if test "x$enable_vinagre" != "xno"; then PKG_CHECK_MODULES(VINAGRE, -- cgit v1.2.3