add python 2.6 in m4/ax_python-fixed.m4. #464
This commit is contained in:
parent
42f428f776
commit
13897e17ee
|
@ -58,7 +58,7 @@
|
||||||
AC_DEFUN([AX_PYTHON],
|
AC_DEFUN([AX_PYTHON],
|
||||||
[AC_MSG_CHECKING(for python build information)
|
[AC_MSG_CHECKING(for python build information)
|
||||||
AC_MSG_RESULT([])
|
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])
|
AC_CHECK_PROGS(PYTHON_BIN, [$python])
|
||||||
ax_python_bin=$PYTHON_BIN
|
ax_python_bin=$PYTHON_BIN
|
||||||
if test x$ax_python_bin != x; then
|
if test x$ax_python_bin != x; then
|
||||||
|
|
Loading…
Reference in New Issue