mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 09:30:30 +00:00
Merge pull request #3835 from qlyoung/build-update-libyang-doc-link
build: update doc link for libyang warning
This commit is contained in:
commit
c06c9ded21
@ -1611,7 +1611,7 @@ CFLAGS="$CFLAGS $LIBYANG_CFLAGS"
|
|||||||
AC_CHECK_MEMBER([struct lyd_node.priv], [], [
|
AC_CHECK_MEMBER([struct lyd_node.priv], [], [
|
||||||
AC_MSG_ERROR([m4_normalize([
|
AC_MSG_ERROR([m4_normalize([
|
||||||
libyang needs to be compiled with ENABLE_LYD_PRIV=ON.
|
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>]])
|
], [[#include <libyang/libyang.h>]])
|
||||||
CFLAGS="$ac_cflags_save"
|
CFLAGS="$ac_cflags_save"
|
||||||
|
Loading…
Reference in New Issue
Block a user