]> git.puffer.fish Git - matthieu/frr.git/commitdiff
configure: restore support for --with-rfp-path= broken by PR784
authorLou Berger <lberger@labn.net>
Wed, 9 Aug 2017 15:56:58 +0000 (11:56 -0400)
committerLou Berger <lberger@labn.net>
Wed, 9 Aug 2017 22:27:03 +0000 (18:27 -0400)
   - revised per equinox

configure.ac

index d501c4449b8ffc43c9761869db94f4fa191f494a..574992342fd1f0ce45fd9d0f71fa3bb2f2eedcda 100755 (executable)
@@ -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])