From daa83b9dca456e5d448533a71eb05b8b52d9ed23 Mon Sep 17 00:00:00 2001 From: "Zeeshan Ali (Khattak)" Date: Tue, 5 May 2009 14:16:28 +0300 Subject: [PATCH] Mediathek plugin should be disabled by default Not everyone understands German. :) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a0e6c9d..270dcc4 100644 --- a/configure.ac +++ b/configure.ac @@ -174,7 +174,7 @@ AC_ARG_ENABLE(folder-plugin, # Build Mediathek plugin AC_ARG_ENABLE(mediathek-plugin, [ --enable-mediathek-plugin build Mediathek plugin],, - enable_mediathek_plugin=yes) + enable_mediathek_plugin=no) AC_SUBST(abs_top_builddir) -- 2.7.4