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

Renato Westphal renato at opensourcerouting.org
Sun Dec 11 19:11:24 EST 2016


On Thu, Dec 8, 2016 at 9:22 PM, Donald Sharp <sharpd at cumulusnetworks.com> wrote:
> (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")

Great :)

Acked-by: Renato Westphal <renato at opensourcerouting.org>

-- 
Renato Westphal




More information about the dev mailing list