From: Darren Tucker Date: Sat, 25 Jun 2022 02:16:15 +0000 (+1000) Subject: Zero out LIBFIDO2 when SK support not usable. X-Git-Tag: V_9_1_P1~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=193c6d8d905dde836b628fc07a7b9cf2d347e2a3;p=thirdparty%2Fopenssh-portable.git Zero out LIBFIDO2 when SK support not usable. Prevents us from trying to link them into ssh-sk-helper and failing to build. --- diff --git a/configure.ac b/configure.ac index 016ff8435..1f9d23a30 100644 --- a/configure.ac +++ b/configure.ac @@ -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 AC_MSG_ERROR([No usable libfido2 library/headers found]) fi - enable_sk=no + LIBFIDO2="" else AC_MSG_RESULT([yes]) AC_SUBST([LIBFIDO2])