Mercurial > libpst
diff m4/ax_python.m4 @ 221:06d759f640f6
fedora 11 has python2.6, remove pdf version of the man pages
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 23 Jun 2009 14:52:50 -0700 |
parents | 17d2d6a7587f |
children | d9ba8fa961e7 |
line wrap: on
line diff
--- a/m4/ax_python.m4 Sun Jun 21 21:25:10 2009 -0700 +++ b/m4/ax_python.m4 Tue Jun 23 14:52:50 2009 -0700 @@ -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