Require Python 2.5 explicitly

Without someone to regularly test 2.4, and since the code in reality
requires 2.5, switch to that for now.
This commit is contained in:
Colin Walters 2011-08-06 09:36:49 -04:00
parent b3111f87e2
commit 2512341fa6

View File

@ -365,7 +365,7 @@ fi
AC_SUBST(PERL_PATH)
# Need suitable python path for greport
AM_PATH_PYTHON(2.4,,PYTHON="/usr/bin/env python2.4")
AM_PATH_PYTHON(2.5,,PYTHON="/usr/bin/env python2.5")
dnl ***********************