X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=f278e3c787281e404108640622c22f5623b67343;hb=046a10d692d1ac22de4daf783ee4fe025c4eb6ec;hp=6d850ed4fb367a703a1428d930a5b08666bfb5f5;hpb=ada609f3ab838fdcb522de54510c414452be5950;p=tinc diff --git a/configure.ac b/configure.ac index 6d850ed4..f278e3c7 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