Skip to content

Commit

Permalink
Try platform default "python3" before looking for specific versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdphk committed May 13, 2024
1 parent f3764e5 commit c29596d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions varnish.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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.])
])
Expand Down

0 comments on commit c29596d

Please sign in to comment.