diff options
author | Damien Miller <djm@mindrot.org> | 2019-11-15 11:21:26 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2019-11-15 11:21:49 +1100 |
commit | 63a5b24f2dbdc9a4bf2182ac3db26731ddc617e8 (patch) | |
tree | e9307c5a5427c6cfe4bf314cf3e9418379c29ec6 /configure.ac | |
parent | 129952a81c00c332721b4ba3ede868c720ad7f4e (diff) |
don't fatal if libfido2 not found
spotted by dtucker@
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 6e32374cc..3814db66b 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -3088,8 +3088,7 @@ if test "x$enable_sk" = "xyes" ; then | |||
3088 | AC_DEFINE([ENABLE_SK_INTERNAL], [], | 3088 | AC_DEFINE([ENABLE_SK_INTERNAL], [], |
3089 | [Enable for built-in U2F/FIDO support]) | 3089 | [Enable for built-in U2F/FIDO support]) |
3090 | enable_sk="built-in" | 3090 | enable_sk="built-in" |
3091 | ], | 3091 | ], [ ], |
3092 | [ AC_MSG_ERROR([libfido2 not found]) ], | ||
3093 | [ $OTHERLIBS ] | 3092 | [ $OTHERLIBS ] |
3094 | ) | 3093 | ) |
3095 | fi | 3094 | fi |