diff options
author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-02-28 10:34:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-28 10:34:06 +0100 |
commit | b6521192354df3f614b244323876e43dd0b58e56 (patch) | |
tree | 92377e21181516b7239a518addb8ad48df9b4668 /configure.ac | |
parent | Merge pull request #15447 from louis-6wind/bmp-safi (diff) | |
parent | tools: fix typo in configure script (diff) | |
download | frr-b6521192354df3f614b244323876e43dd0b58e56.tar.xz frr-b6521192354df3f614b244323876e43dd0b58e56.zip |
Merge pull request #15446 from mjstapp/fix_config_typo
tools: fix typo in configure script
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4fe28f24e..c73131751 100644 --- a/configure.ac +++ b/configure.ac @@ -2028,7 +2028,7 @@ dnl libyang dnl --------------- 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. -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" CFLAGS="$CFLAGS $LIBYANG_CFLAGS" AC_CHECK_MEMBER([struct lyd_node.priv], [], [ |