Commit c29596de authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Try platform default "python3" before looking for specific versions

parent f3764e5e
......@@ -125,8 +125,8 @@ AC_DEFUN([_VARNISH_CHECK_DEVEL], [
# ---------------------
AC_DEFUN([_VARNISH_CHECK_PYTHON], [
m4_define_default([_AM_PYTHON_INTERPRETER_LIST],
[python3.10 python3.9 python3.8 python3.7 python3.6 dnl
python3.5 python3.4 python3 python])
[python3 python3.10 python3.9 python3.8 python3.7 python3.6 dnl
python3.5 python3.4 python])
AM_PATH_PYTHON([3.4], [], [
AC_MSG_ERROR([Python >= 3.4 is required.])
])
......
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