summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2022-06-25 11:47:28 +1000
committerDarren Tucker <dtucker@dtucker.net>2022-06-25 11:47:28 +1000
commit40f5d849d25c60b4ae21261e78484d435f5cfd51 (patch)
tree500466a801cca03140520344140b9220c38593f6 /configure.ac
parent5fd922ade1b25880fe8a8249f5c0385e413108f9 (diff)
Disable SK support if FIDO libs not found.
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 5d6cceaf..016ff843 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3255,6 +3255,7 @@ if test "x$enable_sk" = "xyes" -a "x$enable_sk_internal" != "xno" ; then
if test "x$enable_sk_internal" = "xyes" ; then
AC_MSG_ERROR([No usable libfido2 library/headers found])
fi
+ enable_sk=no
else
AC_MSG_RESULT([yes])
AC_SUBST([LIBFIDO2])