Fix autoconf script for python detection.

This commit is contained in:
Vincent Castellano 2015-05-20 12:41:55 -07:00
parent 5576d7a094
commit faec9c9251
2 changed files with 6 additions and 0 deletions

View File

@ -71,6 +71,8 @@ if test x$ax_python_bin != x; then
fi
fi
fi
unset ac_cv_prog_PYTHON_BIN
unset PYTHON_BIN
done
if test x$ax_python_bin = x; then
ax_python_bin=no

4
configure vendored
View File

@ -6077,6 +6077,8 @@ fi
fi
fi
fi
unset ac_cv_prog_PYTHON_BIN
unset PYTHON_BIN
done
if test x$ax_python_bin = x; then
ax_python_bin=no
@ -6268,6 +6270,8 @@ fi
fi
fi
fi
unset ac_cv_prog_PYTHON_BIN
unset PYTHON_BIN
done
if test x$ax_python_bin = x; then
ax_python_bin=no