Commit a1140181 authored by Nils Goroll's avatar Nils Goroll

6.2 compat

parent dbfef04e
......@@ -157,7 +157,13 @@ m4_ifdef([VARNISH_VMOD_INCLUDES],
AC_SUBST([VARNISH_VERSION], [$($PKG_CONFIG --modversion varnishapi)])
case "x$VARNISH_VERSION" in
xtrunk|x6*)
xtrunk|x62*)
AC_SUBST([VCCFILE], [vmod_dcs62.vcc])
AC_DEFINE([VARNISH_MAJMIN], [62],
[Define the Varnish major version we compile against])
AC_SUBST([TESTDIR], [tests6])
;;
x60*|x61*)
AC_SUBST([VCCFILE], [vmod_dcs5.vcc])
AC_DEFINE([VARNISH_MAJMIN], [60],
[Define the Varnish major version we compile against])
......
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