[telepathy-glib/master] Require Python 2.5
Simon McVittie
simon.mcvittie at collabora.co.uk
Tue Jul 28 08:42:37 PDT 2009
Even Maemo has Python 2.5 these days, and in practice nobody is testing
on 2.3 any more.
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index bbb8b8d..8fc6054 100644
--- a/configure.ac
+++ b/configure.ac
@@ -174,7 +174,7 @@ AC_CHECK_PROGS([XSLTPROC], [xsltproc])
if test -z "$XSLTPROC"; then
AC_MSG_ERROR([xsltproc (from the libxslt source package) is required])
fi
-AM_PATH_PYTHON([2.3])
+AM_PATH_PYTHON([2.5])
dnl glibc backtrace functions
AC_CHECK_FUNCS(backtrace backtrace_symbols_fd)
--
1.5.6.5
More information about the telepathy-commits
mailing list