author | Sergey Poznyakoff <gray@gnu.org> | 2020-03-26 14:10:07 (GMT) |
---|---|---|
committer | Sergey Poznyakoff <gray@gnu.org> | 2020-03-26 14:10:07 (GMT) |
commit | b68d558d7aef78eca1417e59ebb0ae38c276e9e0 (patch) (side-by-side diff) | |
tree | 03e8edcd0df2daa1691ff58234deb775a74ba99e | |
parent | 5b214e3d72f9e261a37cf31deb41e7f8a61a1811 (diff) | |
download | acvmod-b68d558d7aef78eca1417e59ebb0ae38c276e9e0.tar.gz acvmod-b68d558d7aef78eca1417e59ebb0ae38c276e9e0.tar.bz2 |
Require python 3.5 at least
-rw-r--r-- | varnishapi.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/varnishapi.m4 b/varnishapi.m4 index 147230c..560d49b 100644 --- a/varnishapi.m4 +++ b/varnishapi.m4 @@ -74,7 +74,7 @@ AC_DEFUN([AM_VARNISHAPI], PKG_PROG_PKG_CONFIG # Check for python - AC_CHECK_PROGS(PYTHON, [python], [AC_MSG_ERROR([python is not found.])]) + AM_PATH_PYTHON([3.5]) # Varnish source tree (deprecated) AC_ARG_WITH([varnish-source], |