From: Lou Berger Date: Wed, 9 Aug 2017 15:56:58 +0000 (-0400) Subject: configure: restore support for --with-rfp-path= broken by PR784 X-Git-Tag: frr-4.0-dev~430^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=refs%2Fpull%2F938%2Fhead;p=mirror%2Ffrr.git configure: restore support for --with-rfp-path= broken by PR784 - revised per equinox --- diff --git a/configure.ac b/configure.ac index d501c4449b..574992342f 100755 --- a/configure.ac +++ b/configure.ac @@ -1817,6 +1817,11 @@ AC_CONFIG_FILES([Makefile pkgsrc/ripd.sh pkgsrc/ripngd.sh pkgsrc/zebra.sh pkgsrc/eigrpd.sh]) +if test "${enable_bgp_vnc}" != "no"; then + if test "${with_rfp_path}" != "bgpd/rfp-example" ; then + AC_CONFIG_FILES([${with_rfp_path}/rfptest/Makefile ${with_rfp_path}/librfp/Makefile]) + fi +fi AC_CONFIG_FILES([solaris/Makefile])