summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2019-12-13 22:40:33 +0100
committerDamien Miller <djm@mindrot.org>2019-12-13 22:40:58 +0100
commit633778d567ad50b63d2a3bca5e1b97d279d236d9 (patch)
tree0ed6352af2e7f647084ace55100c71d05328d1e8 /configure.ac
parentadapt Makefile to ssh-sk-client everywhere (diff)
downloadopenssh-633778d567ad50b63d2a3bca5e1b97d279d236d9.tar.xz
openssh-633778d567ad50b63d2a3bca5e1b97d279d236d9.zip
only link ssh-sk-helper against libfido2
Diffstat (limited to '')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
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])