Disable SK support if FIDO libs not found.
This commit is contained in:
parent
5fd922ade1
commit
40f5d849d2
|
@ -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])
|
||||
|
|
Loading…
Reference in New Issue