diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-02-28 11:34:06 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-28 11:34:06 +0200 | 
| commit | b6521192354df3f614b244323876e43dd0b58e56 (patch) | |
| tree | 92377e21181516b7239a518addb8ad48df9b4668 /configure.ac | |
| parent | 8c69979013423f12fcd015575901e961d25c0370 (diff) | |
| parent | ce74e20a57bd12c3fea703b5d87f6bedd2fc9354 (diff) | |
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 4fe28f24ed..c73131751f 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], [], [  | 
