Commit 5c2c48a5 authored by Geoff Simmons's avatar Geoff Simmons

Require Varnish >= 6.0.0 and strictly < 6.3.0.

parent 7936a2ad
......@@ -30,7 +30,8 @@ AC_ARG_WITH([rst2man],
m4_ifndef([VARNISH_PREREQ], AC_MSG_ERROR([Need varnish.m4 -- see INSTALL.rst]))
VARNISH_PREREQ([6.0.0])
# Require Varnish >= 6.0.0 and < 6.3.
VARNISH_PREREQ([6.0.0], [6.3.0])
VARNISH_VMODS([dispatch])
VMOD_TESTS="$(cd $srcdir/src && echo tests/*.vtc)"
......
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