add python 2.6 in m4/ax_python-fixed.m4. #464

This commit is contained in:
Arvid Norberg 2009-01-07 02:12:06 +00:00
parent 42f428f776
commit 13897e17ee
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
AC_DEFUN([AX_PYTHON],
[AC_MSG_CHECKING(for python build information)
AC_MSG_RESULT([])
for python in python2.5 python2.4 python2.3 python2.2 python2.1 python; do
for python in python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python; do
AC_CHECK_PROGS(PYTHON_BIN, [$python])
ax_python_bin=$PYTHON_BIN
if test x$ax_python_bin != x; then