Merge pull request #938 from LabNConsulting/working/master/patch/pr784-partial-backout

configure: restore support for --with-rfp-path= broken by PR784
This commit is contained in:
Jafar Al-Gharaibeh 2017-08-09 23:42:39 -05:00 committed by GitHub
commit 165089f104

View File

@ -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])