summaryrefslogtreecommitdiff
path: root/doc/m4/ax_python.m4
diff options
context:
space:
mode:
Diffstat (limited to 'doc/m4/ax_python.m4')
-rw-r--r--doc/m4/ax_python.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/m4/ax_python.m4 b/doc/m4/ax_python.m4
index 1bc9d8a..f9a5135 100644
--- a/doc/m4/ax_python.m4
+++ b/doc/m4/ax_python.m4
@@ -56,7 +56,7 @@
AC_DEFUN([AX_PYTHON],
[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 python3.3 python3.2 python3.1 python3.0 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
@@ -64,8 +64,8 @@ if test x$ax_python_bin != x; then
AC_CHECK_HEADER([$ax_python_bin/Python.h],
[[ax_python_header=`locate $ax_python_bin/Python.h | sed -e s,/Python.h,,`]],
ax_python_header=no)
- if test $ax_python_lib != no; then
- if test $ax_python_header != no; then
+ if test x$ax_python_lib != xno; then
+ if test x$ax_python_header != xno; then
break;
fi
fi