diff options
author | Xavier Hsinyuan <me@lstlx.com> | 2024-12-06 04:56:34 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2024-12-06 07:43:25 +0100 |
commit | 24dcf368d816b06136a02845ebd0c7846bf18927 (patch) | |
tree | 5ad591e298f015b5d36962926cadba204425364e /configure.ac | |
parent | Skip 2038 key expiry test on 64 bit time_t systems. (diff) | |
download | openssh-24dcf368d816b06136a02845ebd0c7846bf18927.tar.xz openssh-24dcf368d816b06136a02845ebd0c7846bf18927.zip |
Fix configure message typo in sk-libfido2 standalone.
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 018277287..6c451f4cb 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]) |