Python 3 takes priority over python 2

Take 2. Let's see if this time sticks.
parent 109f441c
......@@ -129,7 +129,9 @@ AC_DEFUN([_VARNISH_CHECK_DEVEL], [
# _VARNISH_CHECK_PYTHON
# ---------------------
AC_DEFUN([_VARNISH_CHECK_PYTHON], [
m4_define_default([_AM_PYTHON_INTERPRETER_LIST],
[python3.9 python3.8 python3.7 python3.6 python3.5 python3.4 python2.7 dnl
python python2 python3])
AM_PATH_PYTHON([2.7], [], [
AC_MSG_ERROR([Python >= 2.7 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