X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=configure.ac;h=944e63a0a347b198943cc7314fa81c07d542a36a;hb=f71ab70351e8d5dfdc91c9808d142cf93d2a5d61;hp=6d850ed4fb367a703a1428d930a5b08666bfb5f5;hpb=5e8a37ee797b1bea33760e5e3d3c3a67e7dfbd0d;p=tinc diff --git a/configure.ac b/configure.ac index 6d850ed4..944e63a0 100644 --- a/configure.ac +++ b/configure.ac @@ -131,6 +131,7 @@ AM_CONDITIONAL(UML, test "$uml" = true) AM_CONDITIONAL(VDE, test "$vde" = true) AM_CONDITIONAL(TUNEMU, test "$tunemu" = true) AM_CONDITIONAL(WITH_SYSTEMD, test "$systemd" = true) +AM_CONDITIONAL(WITH_LEGACY_PROTOCOL, test "x$enable_legacy_protocol" != "xno") AC_CACHE_SAVE @@ -235,6 +236,7 @@ tinc_CURSES tinc_READLINE tinc_ZLIB tinc_LZO +tinc_LZ4 AS_IF([test "x$enable_legacy_protocol" != "xno"], [AS_IF([test -n "$with_libgcrypt"],