change required varnish version to 6.5.0

It might work with earlier versions, but I have not tested that yet.
parent 06328990
......@@ -19,7 +19,7 @@ AC_ARG_WITH([rst2man],
[RST2MAN="$withval"],
AC_CHECK_PROGS(RST2MAN, [rst2man rst2man.py], []))
VARNISH_PREREQ([6.0.0])
VARNISH_PREREQ([6.5.0])
VARNISH_VMODS([tus])
AC_ARG_VAR([VARNISHSRC], [path to Varnish source])
if test "x$VARNISHSRC" = x; then
......
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