View | Details | Raw Unified | Return to bug 3530
Collapse All | Expand All

(-)a/configure.ac (-1 / +1 lines)
Lines 3239-3245 if test "x$enable_sk" = "xyes" -a "x$enable_sk_internal" != "xno" ; then Link Here
3239
		    [Enable for built-in U2F/FIDO support])
3239
		    [Enable for built-in U2F/FIDO support])
3240
		enable_sk="built-in"
3240
		enable_sk="built-in"
3241
		saved_LIBS="$LIBS"
3241
		saved_LIBS="$LIBS"
3242
		LIBS="$LIBS $LIBFIDO2"
3242
		LIBS="$LIBFIDO2 $LIBS"
3243
		AC_CHECK_FUNCS([ \
3243
		AC_CHECK_FUNCS([ \
3244
			fido_assert_set_clientdata \
3244
			fido_assert_set_clientdata \
3245
			fido_cred_prot \
3245
			fido_cred_prot \

Return to bug 3530