Skip to content

Commit

Permalink
Merge pull request #15446 from mjstapp/fix_config_typo
Browse files Browse the repository at this point in the history
tools: fix typo in configure script
  • Loading branch information
ton31337 authored Feb 28, 2024
2 parents 8c69979 + ce74e20 commit b652119
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 @@ -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], [], [
Expand Down

0 comments on commit b652119

Please sign in to comment.