diff options
| author | Mark Stapp <mjs@cisco.com> | 2024-02-27 12:36:38 -0500 |
|---|---|---|
| committer | Mark Stapp <mjs@cisco.com> | 2024-02-27 12:36:38 -0500 |
| commit | ce74e20a57bd12c3fea703b5d87f6bedd2fc9354 (patch) | |
| tree | 64be285242816958f1b4639d896dbc369fcd9725 /configure.ac | |
| parent | cac925f005d090339dcde74e8770e25dcf29d5c9 (diff) | |
tools: fix typo in configure script
Fix a small typo nit in the configure script.
Signed-off-by: Mark Stapp <mjs@cisco.com>
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 d9fd920c7c..99f24f387c 100644 --- a/configure.ac +++ b/configure.ac @@ -2034,7 +2034,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], [], [ |
