Commit 20ba9f51 authored by Geoff Simmons's avatar Geoff Simmons

Enforce and document compatibility with Varnish 4.1.4 or later.

parent c782f16b
......@@ -315,7 +315,7 @@ deleted. There is no error message.
REQUIREMENTS
============
This VMOD requires Varnish 4.1.0.
This VMOD requires Varnish 4.1.4 or later.
INSTALLATION
============
......
......@@ -59,7 +59,7 @@ AS_VAR_IF([$1], [""], [$5], [$4])dnl
])# PKG_CHECK_VAR
])
PKG_CHECK_MODULES([libvarnishapi], [varnishapi])
PKG_CHECK_MODULES([libvarnishapi], [varnishapi >= 4.1.4])
PKG_CHECK_VAR([LIBVARNISHAPI_PREFIX], [varnishapi], [prefix])
PKG_CHECK_VAR([LIBVARNISHAPI_DATAROOTDIR], [varnishapi], [datarootdir])
PKG_CHECK_VAR([LIBVARNISHAPI_BINDIR], [varnishapi], [bindir])
......
......@@ -272,7 +272,7 @@ deleted. There is no error message.
REQUIREMENTS
============
This VMOD requires Varnish 4.1.0.
This VMOD requires Varnish 4.1.4 or later.
INSTALLATION
============
......
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