summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2019-11-15 11:21:26 +1100
committerDamien Miller <djm@mindrot.org>2019-11-15 11:21:49 +1100
commit63a5b24f2dbdc9a4bf2182ac3db26731ddc617e8 (patch)
treee9307c5a5427c6cfe4bf314cf3e9418379c29ec6 /configure.ac
parent129952a81c00c332721b4ba3ede868c720ad7f4e (diff)
downloadopenssh-git-63a5b24f2dbdc9a4bf2182ac3db26731ddc617e8.tar.gz
don't fatal if libfido2 not found
spotted by dtucker@
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 6e32374c..3814db66 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3088,8 +3088,7 @@ if test "x$enable_sk" = "xyes" ; then
AC_DEFINE([ENABLE_SK_INTERNAL], [],
[Enable for built-in U2F/FIDO support])
enable_sk="built-in"
- ],
- [ AC_MSG_ERROR([libfido2 not found]) ],
+ ], [ ],
[ $OTHERLIBS ]
)
fi