[telepathy-sofiasip/master] Be prepared for python2.7 as well

Mikhail Zabaluev mikhail.zabaluev at nokia.com
Thu Aug 27 05:35:49 PDT 2009


Old Pythons not only die hard, they procreate!
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 51fea9b..7d87d19 100644
--- a/configure.ac
+++ b/configure.ac
@@ -123,7 +123,7 @@ if test -z "$XSLTPROC"; then
   AC_MSG_ERROR([xsltproc (from the libxslt source package) is required])
 fi
 PYTHON=
-AC_CHECK_PROGS([PYTHON], [python2.6 python2.5 python2.4 python2.3 python])
+AC_CHECK_PROGS([PYTHON], [python2.7 python2.6 python2.5 python2.4 python2.3 python])
 if test -z "$PYTHON"; then
   AC_MSG_ERROR([Python is required to compile this package])
 fi
-- 
1.5.6.5




More information about the telepathy-commits mailing list