From ce74e20a57bd12c3fea703b5d87f6bedd2fc9354 Mon Sep 17 00:00:00 2001 From: Mark Stapp Date: Tue, 27 Feb 2024 12:36:38 -0500 Subject: [PATCH] tools: fix typo in configure script Fix a small typo nit in the configure script. Signed-off-by: Mark Stapp --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d9fd920c7cdf..99f24f387c64 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], [], [