From 633778d567ad50b63d2a3bca5e1b97d279d236d9 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sat, 14 Dec 2019 08:40:33 +1100 Subject: only link ssh-sk-helper against libfido2 --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 6e70e52c3..2671c4afe 100644 --- a/configure.ac +++ b/configure.ac @@ -3107,7 +3107,6 @@ if test "x$enable_sk" = "xyes" -a "x$enable_sk_internal" = "xyes" ; then OTHERLIBS=`echo $LIBFIDO2 | sed 's/-lfido2//'` AC_CHECK_LIB([fido2], [fido_init], [ - LIBS="$LIBS $LIBFIDO2" # XXX avoid linking to all. AC_SUBST([LIBFIDO2]) AC_DEFINE([ENABLE_SK_INTERNAL], [], [Enable for built-in U2F/FIDO support]) -- cgit v1.2.3