mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
tools: fix typo in configure script
Fix a small typo nit in the configure script. Signed-off-by: Mark Stapp <mjs@cisco.com>
This commit is contained in:
parent
cac925f005
commit
ce74e20a57
|
@ -2034,7 +2034,7 @@ dnl libyang
|
||||||
dnl ---------------
|
dnl ---------------
|
||||||
PKG_CHECK_MODULES([LIBYANG], [libyang >= 2.1.128], , [
|
PKG_CHECK_MODULES([LIBYANG], [libyang >= 2.1.128], , [
|
||||||
AC_MSG_ERROR([m4_normalize([libyang >= 2.1.128 is required, and was not found on your system.
|
AC_MSG_ERROR([m4_normalize([libyang >= 2.1.128 is required, and was not found on your system.
|
||||||
Pleaes consult doc/developer/building-libyang.rst for instructions on installing or building libyang.])])])
|
Please consult doc/developer/building-libyang.rst for instructions on installing or building libyang.])])])
|
||||||
ac_cflags_save="$CFLAGS"
|
ac_cflags_save="$CFLAGS"
|
||||||
CFLAGS="$CFLAGS $LIBYANG_CFLAGS"
|
CFLAGS="$CFLAGS $LIBYANG_CFLAGS"
|
||||||
AC_CHECK_MEMBER([struct lyd_node.priv], [], [
|
AC_CHECK_MEMBER([struct lyd_node.priv], [], [
|
||||||
|
|
Loading…
Reference in a new issue