Skip to content

Commit

Permalink
Fix configure message typo in sk-libfido2 standalone.
Browse files Browse the repository at this point in the history
  • Loading branch information
thelastlin authored and daztucker committed Dec 6, 2024
1 parent 1a0cac2 commit 24dcf36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit 24dcf36

Please sign in to comment.