Commit faec9c92 authored by Vincent Castellano's avatar Vincent Castellano

Fix autoconf script for python detection.

parent 5576d7a0
...@@ -71,6 +71,8 @@ if test x$ax_python_bin != x; then ...@@ -71,6 +71,8 @@ if test x$ax_python_bin != x; then
fi fi
fi fi
fi fi
unset ac_cv_prog_PYTHON_BIN
unset PYTHON_BIN
done done
if test x$ax_python_bin = x; then if test x$ax_python_bin = x; then
ax_python_bin=no ax_python_bin=no
......
...@@ -6077,6 +6077,8 @@ fi ...@@ -6077,6 +6077,8 @@ fi
fi fi
fi fi
fi fi
unset ac_cv_prog_PYTHON_BIN
unset PYTHON_BIN
done done
if test x$ax_python_bin = x; then if test x$ax_python_bin = x; then
ax_python_bin=no ax_python_bin=no
...@@ -6268,6 +6270,8 @@ fi ...@@ -6268,6 +6270,8 @@ fi
fi fi
fi fi
fi fi
unset ac_cv_prog_PYTHON_BIN
unset PYTHON_BIN
done done
if test x$ax_python_bin = x; then if test x$ax_python_bin = x; then
ax_python_bin=no ax_python_bin=no
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment