Commit 8567d54e authored by Nils Goroll's avatar Nils Goroll

6.2 compat

parent a1140181
......@@ -157,13 +157,13 @@ m4_ifdef([VARNISH_VMOD_INCLUDES],
AC_SUBST([VARNISH_VERSION], [$($PKG_CONFIG --modversion varnishapi)])
case "x$VARNISH_VERSION" in
xtrunk|x62*)
xtrunk|x6.2*)
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*)
x6.0*|x6.1*)
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