diff options
author | Damien Miller <djm@mindrot.org> | 2019-12-14 08:40:33 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2019-12-14 08:40:58 +1100 |
commit | 633778d567ad50b63d2a3bca5e1b97d279d236d9 (patch) | |
tree | 0ed6352af2e7f647084ace55100c71d05328d1e8 /configure.ac | |
parent | 7b47b40b170db4d6f41da0479575f6d99dd7228a (diff) |
only link ssh-sk-helper against libfido2
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
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 | |||
3107 | OTHERLIBS=`echo $LIBFIDO2 | sed 's/-lfido2//'` | 3107 | OTHERLIBS=`echo $LIBFIDO2 | sed 's/-lfido2//'` |
3108 | AC_CHECK_LIB([fido2], [fido_init], | 3108 | AC_CHECK_LIB([fido2], [fido_init], |
3109 | [ | 3109 | [ |
3110 | LIBS="$LIBS $LIBFIDO2" # XXX avoid linking to all. | ||
3111 | AC_SUBST([LIBFIDO2]) | 3110 | AC_SUBST([LIBFIDO2]) |
3112 | AC_DEFINE([ENABLE_SK_INTERNAL], [], | 3111 | AC_DEFINE([ENABLE_SK_INTERNAL], [], |
3113 | [Enable for built-in U2F/FIDO support]) | 3112 | [Enable for built-in U2F/FIDO support]) |