Bugzilla – Attachment 3366 Details for
Bug 3121
Without --with-security-key-builtin=yes, the tools give non-useful error logs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
autoconf checks for libfido2 and headers
bz3121.diff (text/plain), 609 bytes, created by
Damien Miller
on 2020-03-13 14:58:42 AEDT
(
hide
)
Description:
autoconf checks for libfido2 and headers
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2020-03-13 14:58:42 AEDT
Size:
609 bytes
patch
obsolete
>diff --git a/configure.ac b/configure.ac >index 7094d470..a5c5c624 100644 >--- a/configure.ac >+++ b/configure.ac >@@ -3111,9 +3111,13 @@ if test "x$enable_sk" = "xyes" -a "x$enable_sk_internal" = "xyes" ; then > AC_DEFINE([ENABLE_SK_INTERNAL], [], > [Enable for built-in U2F/FIDO support]) > enable_sk="built-in" >- ], [ ], >+ ], [ AC_MSG_ERROR([no usable libfido2 found]) ], > [ $OTHERLIBS ] > ) >+ AC_CHECK_HEADER([fido.h], [], >+ AC_MSG_ERROR([missing fido.h from libfido2])) >+ AC_CHECK_HEADER([fido/credman.h], [], >+ AC_MSG_ERROR([missing fido/credman.h from libfido2])) > fi > > AC_CHECK_FUNCS([ \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
dtucker
:
ok+
Actions:
View
|
Diff
Attachments on
bug 3121
: 3366