telepathy-glib: Prefer python 2.5 over 2.4 over 2.3, not the other way around

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3403 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-01-04 08:41:51 +00:00
parent 66ff85a048
commit 932b3ccd86
2 changed files with 16 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
Index: telepathy-glib-0.7.0/configure.ac
===================================================================
--- telepathy-glib-0.7.0.orig/configure.ac 2007-11-22 18:09:07.000000000 +0000
+++ telepathy-glib-0.7.0/configure.ac 2007-12-31 23:07:04.000000000 +0000
@@ -179,7 +179,7 @@
AC_MSG_ERROR([dbus-binding-tool (from dbus-glib) is required])
fi
PYTHON=
-AC_CHECK_PROGS([PYTHON], [python2.3 python2.4 python2.5 python])
+AC_CHECK_PROGS([PYTHON], [python2.5 python2.4 python2.3 python])
if test -z "$PYTHON"; then
AC_MSG_ERROR([Python is required to compile this package])
fi