Commit fe06ba25 authored by Nils Goroll's avatar Nils Goroll

accept varnish version >= 5.1.0

parent cd1e82ca
Pipeline #156 skipped
......@@ -53,7 +53,7 @@ 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 = 5.1.0], [],
PKG_CHECK_MODULES([VARNISH], [varnishapi >= 5.1.0], [],
[AC_MSG_ERROR([Varnish 5.1.0 is required])])
AC_SUBST(VARNISH_CFLAGS)
AC_SUBST(VARNISH_LIBS)
......
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