Commit 69da6733 authored by Julian Wiesener's avatar Julian Wiesener

6.[2-4] compat

parent 51c80ef6
Pipeline #469 failed with stages
...@@ -157,8 +157,8 @@ m4_ifdef([VARNISH_VMOD_INCLUDES], ...@@ -157,8 +157,8 @@ m4_ifdef([VARNISH_VMOD_INCLUDES],
AC_SUBST([VARNISH_VERSION], [$($PKG_CONFIG --modversion varnishapi)]) AC_SUBST([VARNISH_VERSION], [$($PKG_CONFIG --modversion varnishapi)])
case "x$VARNISH_VERSION" in case "x$VARNISH_VERSION" in
xtrunk|x6.2*) xtrunk|x6.2*|x6.3*|x6.4*)
AC_SUBST([VCCFILE], [vmod_dcs62.vcc]) AC_SUBST([VCCFILE], [vmod_dcs6.vcc])
AC_DEFINE([VARNISH_MAJMIN], [62], AC_DEFINE([VARNISH_MAJMIN], [62],
[Define the Varnish major version we compile against]) [Define the Varnish major version we compile against])
AC_SUBST([TESTDIR], [tests6]) AC_SUBST([TESTDIR], [tests6])
...@@ -188,7 +188,7 @@ m4_ifdef([VARNISH_VMOD_INCLUDES], ...@@ -188,7 +188,7 @@ m4_ifdef([VARNISH_VMOD_INCLUDES],
AC_SUBST([TESTDIR], [tests4]) AC_SUBST([TESTDIR], [tests4])
;; ;;
*) *)
AC_MSG_ERROR([unsupported varnish varsion]) AC_MSG_ERROR([unsupported varnish version])
;; ;;
esac esac
if test "x$VARNISHSRC" = x; then if test "x$VARNISHSRC" = x; then
......
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