summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2019-02-19 19:53:54 +0000
committerQuentin Young <qlyoung@cumulusnetworks.com>2019-02-19 19:53:54 +0000
commit18f7f76767801b3d56aa4f208ca9402ebe2a23be (patch)
tree1862910e5fb2f19731932a0e4bcfc2b80689e963
parent9787eeb5d0f4122855b4983d591ffa17139bd522 (diff)
build: update doc link for libyang warning
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
-rwxr-xr-xconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3a6e7883fb..bf86b69ceb 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1598,7 +1598,7 @@ PKG_CHECK_MODULES(libyang, [libyang >= 0.16.7], , [
AC_CHECK_MEMBER([struct lyd_node.priv], [], [
AC_MSG_ERROR([m4_normalize([
libyang needs to be compiled with ENABLE_LYD_PRIV=ON.
- See http://docs.frrouting.org/projects/dev-guide/en/latest/building-libyang.html for details.])
+ Instructions for this are included in the build documentation for your platform at http://docs.frrouting.org/projects/dev-guide/en/latest/building.html])
])
], [[#include <libyang/libyang.h>]])