From 0953865f7033cc54c3b290c68f5409f2d2836d9e Mon Sep 17 00:00:00 2001 From: Lou Berger Date: Wed, 9 Aug 2017 11:56:58 -0400 Subject: [PATCH] configure: restore support for --with-rfp-path= broken by PR784 - revised per equinox --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) 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]) -- 2.39.5