Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorBruno Coudoin <bruno.coudoin@free.fr>2009-07-04 18:21:25 (GMT)
committer Bruno Coudoin <bruno.coudoin@free.fr>2009-07-05 18:01:47 (GMT)
commitde1014649e141e70bc2bb84fc2529ed30e1df962 (patch)
tree533390863389223f4fb1b5efe4cc228a0c188a20 /configure.in
parentc9c1b10691f7f813787f5d8808327d8ddbb8a1fa (diff)
cleanup, removed deprecated code.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in9
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"