Skip to content

Commit

Permalink
tools: fix typo in configure script
Browse files Browse the repository at this point in the history
Fix a small typo nit in the configure script.

Signed-off-by: Mark Stapp <[email protected]>
  • Loading branch information
Mark Stapp committed Feb 27, 2024
1 parent cac925f commit ce74e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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], [], [
Expand Down

0 comments on commit ce74e20

Please sign in to comment.