summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2020-08-27 20:01:52 +1000
committerDamien Miller <djm@mindrot.org>2020-08-27 20:01:52 +1000
commitce178be0d954b210c958bc2b9e998cd6a7aa73a9 (patch)
treeb972bde075746c3508c2074c2ca247c812e3269d /configure.ac
parentd6f45cdde031acdf434bbb27235a1055621915f4 (diff)
tweak back-compat for older libfido2
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 756e26572..7386d742d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3183,6 +3183,7 @@ if test "x$enable_sk" = "xyes" -a "x$enable_sk_internal" = "xyes" ; then
3183 saved_LIBS="$LIBS" 3183 saved_LIBS="$LIBS"
3184 LIBS="$LIBS $LIBFIDO2" 3184 LIBS="$LIBS $LIBFIDO2"
3185 AC_CHECK_FUNCS([ \ 3185 AC_CHECK_FUNCS([ \
3186 fido_cred_prot \
3186 fido_cred_set_prot \ 3187 fido_cred_set_prot \
3187 fido_dev_get_touch_status \ 3188 fido_dev_get_touch_status \
3188 fido_dev_supports_cred_prot \ 3189 fido_dev_supports_cred_prot \