Disable SK support if FIDO libs not found.

This commit is contained in:
Darren Tucker 2022-06-25 11:47:28 +10:00
parent 5fd922ade1
commit 40f5d849d2
1 changed files with 1 additions and 0 deletions

View File

@ -3255,6 +3255,7 @@ if test "x$enable_sk" = "xyes" -a "x$enable_sk_internal" != "xno" ; then
if test "x$enable_sk_internal" = "xyes" ; then
AC_MSG_ERROR([No usable libfido2 library/headers found])
fi
enable_sk=no
else
AC_MSG_RESULT([yes])
AC_SUBST([LIBFIDO2])