summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac3
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 )
3095fi 3094fi