[libgsf] Python: disable old stuff.



commit 5623f5acd89d92a289e71598ec3bdeef90905f08
Author: Morten Welinder <terra gnome org>
Date:   Sun Mar 25 16:17:09 2012 -0400

    Python: disable old stuff.
    
    Word has it that codegen is gone.

 ChangeLog    |    5 +++++
 configure.in |    6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 13116e4..5487e16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-03-25  Morten Welinder  <terra gnome org>
+
+	* configure.in (test_python): Disable by default.  Patch from
+	Alban Browaeys in #672663.
+
 2012-03-21  Morten Welinder  <terra gnome org>
 
 	* gsf/gsf-opendoc-utils.h (GsfODFOut): New object class.
diff --git a/configure.in b/configure.in
index a7cb165..504b83b 100644
--- a/configure.in
+++ b/configure.in
@@ -298,11 +298,11 @@ LDFLAGS=${_ldflags}
 
 dnl ***********************************************************************************
 
-test_python=true
+test_python=false
 AC_ARG_WITH(python,
 	[--{with,without}-python   Build with the python support],
-	if test "x$withval" = xno; then
-		test_python=false
+	if test "x$withval" = xyes; then
+		test_python=true
 	fi
 )
 



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