don't fatal if libfido2 not found

spotted by dtucker@
This commit is contained in:
Damien Miller 2019-11-15 11:21:26 +11:00
parent 129952a81c
commit 63a5b24f2d

View File

@ -3088,8 +3088,7 @@ if test "x$enable_sk" = "xyes" ; then
AC_DEFINE([ENABLE_SK_INTERNAL], [],
[Enable for built-in U2F/FIDO support])
enable_sk="built-in"
],
[ AC_MSG_ERROR([libfido2 not found]) ],
], [ ],
[ $OTHERLIBS ]
)
fi