[rhythmbox] temporarily disable python plugin support



commit 608b041c8afa130b76425c2147d2682a997084e1
Author: Jonathan Matthew <jonathan d14n org>
Date:   Tue Feb 1 21:17:27 2011 +1000

    temporarily disable python plugin support

 configure.ac |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e08fe17..0d0cb6e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -628,7 +628,12 @@ AC_ARG_ENABLE([python],
 	AS_HELP_STRING([--enable-python],[Enable python support]),
 	[enable_python=$enableval have_python=$enableval],
 	[enable_python=autodetect have_python=yes])
-AC_MSG_RESULT([$enable_python])
+if test "x$enable_python" = "xyes"; then
+	AC_MSG_ERROR([Python plugin support is temporarily disabled])
+fi
+enable_python=no
+have_python=no
+AC_MSG_RESULT([no, Python plugin support is temporarily disabled])
 
 if test "x$have_python" != "xyes"; then
 	if test "x$enable_python" = "xyes"; then



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