commit | 63a5b24f2dbdc9a4bf2182ac3db26731ddc617e8 | [log] [tgz] |
---|---|---|
author | Damien Miller <djm@mindrot.org> | Fri Nov 15 11:21:26 2019 +1100 |
committer | Damien Miller <djm@mindrot.org> | Fri Nov 15 11:21:49 2019 +1100 |
tree | e9307c5a5427c6cfe4bf314cf3e9418379c29ec6 | |
parent | 129952a81c00c332721b4ba3ede868c720ad7f4e [diff] |
don't fatal if libfido2 not found spotted by dtucker@
diff --git a/configure.ac b/configure.ac index 6e32374..3814db6 100644 --- a/configure.ac +++ b/configure.ac
@@ -3088,8 +3088,7 @@ AC_DEFINE([ENABLE_SK_INTERNAL], [], [Enable for built-in U2F/FIDO support]) enable_sk="built-in" - ], - [ AC_MSG_ERROR([libfido2 not found]) ], + ], [ ], [ $OTHERLIBS ] ) fi