Mercurial > libpst
diff m4/ax_python.m4 @ 253:115b871c61a1
fixes from fedora for python 2.7
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 28 Jul 2010 20:38:17 -0700 |
parents | bfc35fd55254 |
children | 1e1970f93f94 |
line wrap: on
line diff
--- a/m4/ax_python.m4 Sat Jul 24 12:07:56 2010 -0700 +++ b/m4/ax_python.m4 Wed Jul 28 20:38:17 2010 -0700 @@ -59,7 +59,7 @@ [ AC_MSG_CHECKING(for python build information) AC_MSG_RESULT([]) -for python in python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python; do +for python in python2.7 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