From: Darren Tucker Date: Sat, 25 Jun 2022 01:47:28 +0000 (+1000) Subject: Disable SK support if FIDO libs not found. X-Git-Tag: V_9_1_P1~126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40f5d849d25c60b4ae21261e78484d435f5cfd51;p=thirdparty%2Fopenssh-portable.git Disable SK support if FIDO libs not found. --- diff --git a/configure.ac b/configure.ac index 5d6cceafa..016ff8435 100644 --- a/configure.ac +++ b/configure.ac @@ -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])