Commit e13dd0a5 authored by Nils Goroll's avatar Nils Goroll

accept varnish 6.0

parent 16b103f4
Pipeline #432 skipped
......@@ -53,8 +53,9 @@ AM_CONDITIONAL(HAVE_RST2HTML,[test "x$RST2HTML" != "xno"])
m4_ifndef([PKG_PROG_PKG_CONFIG], [m4_fatal([pkg.m4 missing, please install pkg-config])])
PKG_PROG_PKG_CONFIG
PKG_CHECK_MODULES([VARNISH], [varnishapi = trunk], [],
[AC_MSG_ERROR([Varnish trunk is required])])
PKG_CHECK_MODULES([VARNISH], [varnishapi = trunk], [], [
PKG_CHECK_MODULES([VARNISH], [varnishapi = 6.0], [],
[AC_MSG_ERROR([Varnish 6.0 or trunk is required])])])
AC_SUBST(VARNISH_CFLAGS)
AC_SUBST(VARNISH_LIBS)
PKG_CHECK_VAR([VARNISH_PKG_INCLUDE], [varnishapi], [pkgincludedir])
......
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