]> git.proxmox.com Git - mirror_frr.git/blobdiff - configure.ac
vrrpd: initial commit
[mirror_frr.git] / configure.ac
index b7ddf87b43f6631402bf53d3f982cf96c6d3430b..69f489dbc52918218919382d4f0a1e9fdb04e47e 100755 (executable)
@@ -1602,6 +1602,7 @@ AM_CONDITIONAL([PBRD], [test "${enable_pbrd}" != "no"])
 AM_CONDITIONAL([SHARPD], [test "${enable_sharpd}" = "yes"])
 AM_CONDITIONAL([STATICD], [test "${enable_staticd}" != "no"])
 AM_CONDITIONAL([FABRICD], [test "${enable_fabricd}" != "no"])
+AM_CONDITIONAL([VRRPD], [test "${enable_vrrpd}" != "no"])
 
 if test "${enable_bgp_announce}" = "no";then
   AC_DEFINE([DISABLE_BGP_ANNOUNCE], [1], [Disable BGP installation to zebra])