From: Xavier Hsinyuan Date: Fri, 6 Dec 2024 03:56:34 +0000 (+0800) Subject: Fix configure message typo in sk-libfido2 standalone. X-Git-Tag: V_10_0_P1~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24dcf368d816b06136a02845ebd0c7846bf18927;p=thirdparty%2Fopenssh-portable.git Fix configure message typo in sk-libfido2 standalone. --- 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])