X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=configure.ac;h=f278e3c787281e404108640622c22f5623b67343;hb=2b6bb5e7ffbcf3a31db073e4f020ef869fce4906;hp=6d850ed4fb367a703a1428d930a5b08666bfb5f5;hpb=5e8a37ee797b1bea33760e5e3d3c3a67e7dfbd0d;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