[totem] Disable support for Python plugins again



commit 54eeb96c0f1271abf66e0ee3dbdadf199f7f4b46
Author: Philip Withnall <philip tecnocode co uk>
Date:   Tue Jul 13 20:39:34 2010 +0100

    Disable support for Python plugins again
    
    They're not stable enough to make the 2.90.5 release. Support will be
    re-enabled after the release.

 configure.in |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/configure.in b/configure.in
index 10be474..fbbbc2c 100644
--- a/configure.in
+++ b/configure.in
@@ -287,6 +287,9 @@ AC_ARG_ENABLE([python],
 	[enable_python=autodetect have_python=yes])
 AC_MSG_RESULT([$enable_python])
 
+dnl FIXME: Python support is still disabled for now, as introspected plugins aren't quite stable enough for general use yet
+enable_python=no
+
 if test "x$have_python" != "xyes"; then
 	if test "x$enable_python" = "xyes"; then
 		AC_MSG_ERROR([Python not found])



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