[openssh-commits] [openssh] 02/02: Fix configure message typo in sk-libfido2 standalone.
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Dec 6 17:44:50 AEDT 2024
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 24dcf368d816b06136a02845ebd0c7846bf18927
Author: Xavier Hsinyuan <me at lstlx.com>
AuthorDate: Fri Dec 6 11:56:34 2024 +0800
Fix configure message typo in sk-libfido2 standalone.
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 01827728..6c451f4c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3370,7 +3370,7 @@ if test "x$enable_sk" = "xyes" -a "x$enable_sk_internal" != "xno" ; then
fi
# Check for standalone SecurityKeyProvider
-AC_MSG_CHECKING([whether to build standlone sk-libfido2])
+AC_MSG_CHECKING([whether to build standalone sk-libfido2])
if test "x$enable_sk_standalone" = "xyes" ; then
AC_MSG_RESULT([yes])
AC_SUBST([SK_STANDALONE], [sk-libfido2$SHLIBEXT])
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list