Commit af54614b authored by Geoff Simmons's avatar Geoff Simmons

Remove VARNISH_PREREQ in configure.ac for the master branch.

This allows for builds against Varnish trunk or any numbered
version; but it doesn't check for a minimum version. In branch 6.0,
we have VARNISH_PREREQ([6.0.0]), which can check against numbered
versions, but fails for Varnish trunk.
parent 65f947a0
...@@ -30,7 +30,6 @@ AC_ARG_WITH([rst2man], ...@@ -30,7 +30,6 @@ AC_ARG_WITH([rst2man],
m4_ifndef([VARNISH_PREREQ], AC_MSG_ERROR([Need varnish.m4 -- see INSTALL.rst])) m4_ifndef([VARNISH_PREREQ], AC_MSG_ERROR([Need varnish.m4 -- see INSTALL.rst]))
VARNISH_PREREQ([master])
VARNISH_VMODS([dispatch]) VARNISH_VMODS([dispatch])
VMOD_TESTS="$(cd $srcdir/src && echo tests/*.vtc)" VMOD_TESTS="$(cd $srcdir/src && echo tests/*.vtc)"
......
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