summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2020-03-13 03:17:07 +0000
committerDamien Miller <djm@mindrot.org>2020-03-14 19:39:09 +1100
commitd081f017c20a3564255873ed99fd7d024cac540f (patch)
tree961bd04b64c3d52803740987a6ab713e3ca6d06b /configure.ac
parentc084a2d040f160bc2b83f13297e3e3ca3f5dbac6 (diff)
upstream: spelling errors in comments; no code change from
OpenBSD-Commit-ID: 166ea64f6d84f7bac5636dbd38968592cb5eb924
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7094d470d..a5c5c6243 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3111,9 +3111,13 @@ if test "x$enable_sk" = "xyes" -a "x$enable_sk_internal" = "xyes" ; then
3111 AC_DEFINE([ENABLE_SK_INTERNAL], [], 3111 AC_DEFINE([ENABLE_SK_INTERNAL], [],
3112 [Enable for built-in U2F/FIDO support]) 3112 [Enable for built-in U2F/FIDO support])
3113 enable_sk="built-in" 3113 enable_sk="built-in"
3114 ], [ ], 3114 ], [ AC_MSG_ERROR([no usable libfido2 found]) ],
3115 [ $OTHERLIBS ] 3115 [ $OTHERLIBS ]
3116 ) 3116 )
3117 AC_CHECK_HEADER([fido.h], [],
3118 AC_MSG_ERROR([missing fido.h from libfido2]))
3119 AC_CHECK_HEADER([fido/credman.h], [],
3120 AC_MSG_ERROR([missing fido/credman.h from libfido2]))
3117fi 3121fi
3118 3122
3119AC_CHECK_FUNCS([ \ 3123AC_CHECK_FUNCS([ \