diff options
| author | Jafar Al-Gharaibeh <Jafaral@users.noreply.github.com> | 2017-08-09 23:42:39 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-09 23:42:39 -0500 |
| commit | 165089f1049df6f4ce33e98a9ec2a2c4b3ab849d (patch) | |
| tree | 160300dbcb43c6ebc8f5689e28a33fc4da8cc5b2 | |
| parent | 695bb8f0d144def36295bd5af8b14fbf064b97b8 (diff) | |
| parent | 0953865f7033cc54c3b290c68f5409f2d2836d9e (diff) | |
Merge pull request #938 from LabNConsulting/working/master/patch/pr784-partial-backout
configure: restore support for --with-rfp-path= broken by PR784
| -rwxr-xr-x | configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
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]) |
