[gcompris] cleanup, removed deprecated code.



commit de1014649e141e70bc2bb84fc2529ed30e1df962
Author: Bruno Coudoin <bruno coudoin free fr>
Date:   Sat Jul 4 20:21:25 2009 +0200

    cleanup, removed deprecated code.

 configure.in |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/configure.in b/configure.in
index 4cd50f2..bb8bf20 100644
--- a/configure.in
+++ b/configure.in
@@ -443,19 +443,10 @@ else
 
   if test x$py_build_only = xno; then
     AM_CHECK_PYMOD(gtk,,,AC_MSG_ERROR([*** pygtk installed but not visible from python ]))
-    dnl AM_CHECK_PYMOD(xml.dom.DOMImplementation,,,AC_MSG_WARN([*** pyxml missing ]))
 
     dnl Set this variable for the .spec.in file
     REQUIRE_PYTHON="python pygtk2.0"
 
-    dnl with gnome-python >= 2.10 gnome.canvas is obsolete. use gnomecanvas
-    dnl gnomecanvas not supported yet in gcompris
-    dnl
-    dnl   AM_CHECK_PYMOD(gnome.canvas,,test_gnomecanvas="no",test_gnomevanvas="yes")
-    dnl  if test x$test_gnomecanvas = xyes ; then
-    dnl     AM_CHECK_PYMOD(gnomecanvas,,,AC_MSG_ERROR([*** gnome.canvas or gnomecanvas installed but not visible from python ]))
-    dnl   fi
-
     if test x$with_sqlite = xyes; then
 	AM_CHECK_PYMOD(pysqlite2,,,AC_MSG_ERROR([*** pysqlite2 missing ]))
 	REQUIRE_PYTHON="$REQUIRE_PYTHON python-sqlite2"



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