[cmaster-next] [PATCH] quagga: Convert ldpd to be built by default

Donald Sharp sharpd at cumulusnetworks.com
Thu Dec 8 18:22:01 EST 2016


(cherry picked from commit a67ce7192143de7de0741af3d0b4f72ee57c7ffd)
---
 configure.ac | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 7e751cd..128300c 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1157,11 +1157,11 @@ else
 fi
 AM_CONDITIONAL(OSPFD, test "x$OSPFD" = "xospfd")
 
-if test "${enable_ldpd}" = "yes";then
+if test "${enable_ldpd}" = "no";then
+  LDPD=""
+else
   LDPD="ldpd"
   AC_DEFINE(HAVE_LDPD, 1, ldpd)
-else
-  LDPD=""
 fi
 AM_CONDITIONAL(LDPD, test "x$LDPD" = "xldpd")
 
-- 
2.9.3





More information about the dev mailing list