mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 16:24:39 +02:00
don't fatal if libfido2 not found
spotted by dtucker@
This commit is contained in:
parent
129952a81c
commit
63a5b24f2d
@ -3088,8 +3088,7 @@ if test "x$enable_sk" = "xyes" ; then
|
|||||||
AC_DEFINE([ENABLE_SK_INTERNAL], [],
|
AC_DEFINE([ENABLE_SK_INTERNAL], [],
|
||||||
[Enable for built-in U2F/FIDO support])
|
[Enable for built-in U2F/FIDO support])
|
||||||
enable_sk="built-in"
|
enable_sk="built-in"
|
||||||
],
|
], [ ],
|
||||||
[ AC_MSG_ERROR([libfido2 not found]) ],
|
|
||||||
[ $OTHERLIBS ]
|
[ $OTHERLIBS ]
|
||||||
)
|
)
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user