mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 16:54:51 +02:00
Zero out LIBFIDO2 when SK support not usable.
Prevents us from trying to link them into ssh-sk-helper and failing to build.
This commit is contained in:
parent
40f5d849d2
commit
193c6d8d90
@ -3255,7 +3255,7 @@ if test "x$enable_sk" = "xyes" -a "x$enable_sk_internal" != "xno" ; then
|
|||||||
if test "x$enable_sk_internal" = "xyes" ; then
|
if test "x$enable_sk_internal" = "xyes" ; then
|
||||||
AC_MSG_ERROR([No usable libfido2 library/headers found])
|
AC_MSG_ERROR([No usable libfido2 library/headers found])
|
||||||
fi
|
fi
|
||||||
enable_sk=no
|
LIBFIDO2=""
|
||||||
else
|
else
|
||||||
AC_MSG_RESULT([yes])
|
AC_MSG_RESULT([yes])
|
||||||
AC_SUBST([LIBFIDO2])
|
AC_SUBST([LIBFIDO2])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user