diff options
author | Renato Westphal <renato@openbsd.org> | 2019-02-20 19:14:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-20 19:14:03 +0100 |
commit | c06c9ded2114055fcba55ee1020d68121f0f1aad (patch) | |
tree | d06964b446e681916f0f6a480e8773cb8ab2f018 /configure.ac | |
parent | Merge pull request #3823 from opensourcerouting/confd-build-fix (diff) | |
parent | build: update doc link for libyang warning (diff) | |
download | frr-c06c9ded2114055fcba55ee1020d68121f0f1aad.tar.xz frr-c06c9ded2114055fcba55ee1020d68121f0f1aad.zip |
Merge pull request #3835 from qlyoung/build-update-libyang-doc-link
build: update doc link for libyang warning
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 488a1380b..157dad33a 100755 --- a/configure.ac +++ b/configure.ac @@ -1611,7 +1611,7 @@ CFLAGS="$CFLAGS $LIBYANG_CFLAGS" 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>]]) CFLAGS="$ac_cflags_save" |