summaryrefslogtreecommitdiffstats
path: root/m4macros/ax_find_library.m4
diff options
context:
space:
mode:
authorAndrei Pavel <andrei@isc.org>2021-08-13 13:39:16 +0200
committerAndrei Pavel <andrei@isc.org>2021-08-13 21:31:35 +0200
commit223e57c34e7a23e3295aefc12be3f00f10824f09 (patch)
treee588b094c03a8f844491d65f95d8d3ff8259bfea /m4macros/ax_find_library.m4
parent[#866] text ARM, remove ungenerated indices (diff)
downloadkea-223e57c34e7a23e3295aefc12be3f00f10824f09.tar.xz
kea-223e57c34e7a23e3295aefc12be3f00f10824f09.zip
[#2025] correct spelling errors (minor change)
Diffstat (limited to 'm4macros/ax_find_library.m4')
-rw-r--r--m4macros/ax_find_library.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4macros/ax_find_library.m4 b/m4macros/ax_find_library.m4
index 74039eaa6b..26953cc8fa 100644
--- a/m4macros/ax_find_library.m4
+++ b/m4macros/ax_find_library.m4
@@ -128,9 +128,9 @@ AC_DEFUN([AX_FIND_LIBRARY], [
])
# You usually want to call this after you have called AC_MSG_RESULT so that the
-# warnings don't interefere between the text displayed by AC_MSG_CHECKING
+# warnings don't interfere between the text displayed by AC_MSG_CHECKING
# "checking library..." and the text displayed by AC_MSG_RESULT "yes" or "no"
-# that sould be on the same line.
+# that should be on the same line.
AC_DEFUN([AX_DISPLAY_LIBRARY_WARNINGS], [
if test -n "${LIBRARY_WARNINGS}"; then
printf '%s\n' "${LIBRARY_WARNINGS}" | while read -r line; do