diff options
author | Shesha Sreenivasamurthy <shesha@cisco.com> | 2016-06-24 11:04:29 -0700 |
---|---|---|
committer | Shesha Sreenivasamurthy <shesha@cisco.com> | 2016-06-24 11:25:13 -0700 |
commit | d6b3850c64fe6315a17a51ce19a5813fae58ca7a (patch) | |
tree | 5a88f28847730ac0ea3abd7f1cd2b35e9c152baf /vnet/configure.ac | |
parent | b0ccf03b6e1d29b473e092d42768ced9f2ae8508 (diff) |
Move vcgn as plugin
Use appropriate libnames to copy
Change-Id: Iaa1e7e3ceed52f328e26e75ee7309fc6464d5c66
Signed-off-by: Shesha Sreenivasamurthy <shesha@cisco.com>
Diffstat (limited to 'vnet/configure.ac')
-rw-r--r-- | vnet/configure.ac | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/vnet/configure.ac b/vnet/configure.ac index 8f8b91f793c..9afae520159 100644 --- a/vnet/configure.ac +++ b/vnet/configure.ac @@ -24,11 +24,6 @@ AC_ARG_WITH(ipsec, [with_ipsec=0], [with_ipsec=1]) -AC_ARG_WITH(vcgn, - AC_HELP_STRING([--without-vcgn],[Disable vcgn]), - [with_vcgn=0], - [with_vcgn=1]) - AC_ARG_WITH(ipv6sr, AC_HELP_STRING([--without-ipv6sr],[Disable ipv6sr]), [with_ipv6sr=0], @@ -48,9 +43,6 @@ AC_SUBST(VIRL,[-DVIRL=${with_virl}]) AM_CONDITIONAL(WITH_IPSEC, test "$with_ipsec" = "1") AC_SUBST(IPSEC,[-DIPSEC=${with_ipsec}]) -AM_CONDITIONAL(WITH_VCGN, test "$with_vcgn" = "1") -AC_SUBST(VCGN,[-DVCGN=${with_vcgn}]) - AM_CONDITIONAL(WITH_IPV6SR, test "$with_ipv6sr" = "1") AC_SUBST(IPV6SR,[-DIPV6SR=${with_ipv6sr}]) |