]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Fix configure message typo in sk-libfido2 standalone.
authorXavier Hsinyuan <me@lstlx.com>
Fri, 6 Dec 2024 03:56:34 +0000 (11:56 +0800)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 6 Dec 2024 06:43:25 +0000 (17:43 +1100)
configure.ac

index 018277287bdbc68cf42f85a62065b4164ae85a3a..6c451f4cb64dfd663442f88d9c27e2c9ca58dd8d 100644 (file)
@@ -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])