From de1014649e141e70bc2bb84fc2529ed30e1df962 Mon Sep 17 00:00:00 2001 From: Bruno Coudoin Date: Sat, 04 Jul 2009 18:21:25 +0000 Subject: cleanup, removed deprecated code. --- (limited to 'configure.in') 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" -- cgit v0.9.1