[telepathy-sofiasip/master] Add python2.6 to the Python path check

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


---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 6a0b022..51fea9b 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.5 python2.4 python2.3 python])
+AC_CHECK_PROGS([PYTHON], [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