Skip to content

Commit

Permalink
Python 3 takes priority over python 2
Browse files Browse the repository at this point in the history
Take 2. Let's see if this time sticks.
  • Loading branch information
fgsch committed Sep 26, 2018
1 parent 109f441 commit fe4fd16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion varnish.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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.])
])
Expand Down

0 comments on commit fe4fd16

Please sign in to comment.