From: Darren Tucker Date: Sat, 14 Mar 2020 09:58:46 +0000 (+1100) Subject: Include fido.h when checking for fido/credman.h. X-Git-Tag: V_8_3_P1~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0eaca933ae08b0a515edfccd5cc4a6b667034813;p=thirdparty%2Fopenssh-portable.git Include fido.h when checking for fido/credman.h. It's required for fido_dev_t, otherwise configure fails with when given --with-security-key-builtin. --- diff --git a/configure.ac b/configure.ac index a5c5c6243..de6ad127c 100644 --- a/configure.ac +++ b/configure.ac @@ -3117,7 +3117,9 @@ if test "x$enable_sk" = "xyes" -a "x$enable_sk_internal" = "xyes" ; then AC_CHECK_HEADER([fido.h], [], AC_MSG_ERROR([missing fido.h from libfido2])) AC_CHECK_HEADER([fido/credman.h], [], - AC_MSG_ERROR([missing fido/credman.h from libfido2])) + AC_MSG_ERROR([missing fido/credman.h from libfido2]), + [#include ] + ) fi AC_CHECK_FUNCS([ \