From: Damien Miller Date: Fri, 15 Nov 2019 00:21:26 +0000 (+1100) Subject: don't fatal if libfido2 not found X-Git-Tag: V_8_2_P1~314 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63a5b24f2dbdc9a4bf2182ac3db26731ddc617e8;p=thirdparty%2Fopenssh-portable.git don't fatal if libfido2 not found spotted by dtucker@ --- diff --git a/configure.ac b/configure.ac index 6e32374cc..3814db66b 100644 --- a/configure.ac +++ b/configure.ac @@ -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