Commit 303f9618 authored by Geoff Simmons's avatar Geoff Simmons

Require exactly Varnish version 5.0.

parent d09f51c2
Pipeline #196 skipped
......@@ -140,8 +140,8 @@ Example
REQUIREMENTS
------------
This version of the VMOD requires at least Varnish 5.0. See the
project repository for versions that are compatible with other Varnish
This version of the VMOD requires Varnish 5.0. See the project
repository for versions that are compatible with other Varnish
versions.
COPYRIGHT
=========
......
AC_PREREQ(2.59)
AC_COPYRIGHT([Copyright (c) 2016 UPLEX - Nils Goroll Systemoptimierung])
AC_INIT([libvmod-blobsha256], [trunk])
AC_INIT([libvmod-blobsha256], [0.2])
AC_CONFIG_MACRO_DIR([m4])
m4_ifndef([VARNISH_VMOD_INCLUDES], AC_MSG_ERROR([Need varnish.m4 -- see README.rst]))
AC_CONFIG_SRCDIR(src/vmod_blobsha256.vcc)
......@@ -59,7 +59,7 @@ AS_VAR_IF([$1], [""], [$5], [$4])dnl
])# PKG_CHECK_VAR
])
PKG_CHECK_MODULES([libvarnishapi], [varnishapi >= 5.0.0])
PKG_CHECK_MODULES([libvarnishapi], [varnishapi = 5.0.0])
PKG_CHECK_VAR([LIBVARNISHAPI_DATAROOTDIR], [varnishapi], [datarootdir])
PKG_CHECK_VAR([LIBVARNISHAPI_BINDIR], [varnishapi], [bindir])
PKG_CHECK_VAR([LIBVARNISHAPI_SBINDIR], [varnishapi], [sbindir])
......
......@@ -67,6 +67,6 @@ Example
REQUIREMENTS
------------
This version of the VMOD requires at least Varnish 5.0. See the
project repository for versions that are compatible with other Varnish
This version of the VMOD requires Varnish 5.0. See the project
repository for versions that are compatible with other Varnish
versions.
\ No newline at end of file
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