Commit bd71d41f authored by Nils Goroll's avatar Nils Goroll

fix version check

parent e13dd0a5
Pipeline #433 skipped
......@@ -54,7 +54,7 @@ m4_ifndef([PKG_PROG_PKG_CONFIG], [m4_fatal([pkg.m4 missing, please install pkg-c
PKG_PROG_PKG_CONFIG
PKG_CHECK_MODULES([VARNISH], [varnishapi = trunk], [], [
PKG_CHECK_MODULES([VARNISH], [varnishapi = 6.0], [],
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)
......
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