Commit 008c81e8 authored by Geoff Simmons's avatar Geoff Simmons

require Varnish >= 4.0.3

parent 1dcaa88b
......@@ -51,9 +51,9 @@ AM_CONDITIONAL(HAVE_RST2HTML,[test "x$RST2HTML" != "xno"])
# Check for pkg-config
PKG_PROG_PKG_CONFIG
PKG_CHECK_MODULES([VARNISH], [varnishapi >= 4.0.0],
PKG_CHECK_MODULES([VARNISH], [varnishapi >= 4.0.3],
[ac_varnish_pkgdatadir=`$PKG_CONFIG --variable=pkgdatadir varnishapi`],
[AC_MSG_ERROR([Varnish >= 4.0.0 installation is required])])
[AC_MSG_ERROR([Varnish >= 4.0.3 installation is required])])
if test "x$ac_varnish_pkgdatadir" = x; then
AC_MSG_ERROR([couldn't get Varnish data dir from pkg-config])
fi
......
......@@ -294,7 +294,7 @@ then:
REQUIREMENTS
============
This version of varnishevent requires Varnish 4.0.
This version of varnishevent requires Varnish 4.0.3.
DATA BUFFERS
......
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