Include CHANNEL and FIDO2 libs in configure output

This commit is contained in:
Darren Tucker 2022-08-04 18:55:48 +10:00
parent 141535b904
commit 9385d277b7
1 changed files with 6 additions and 0 deletions

View File

@ -5607,6 +5607,12 @@ echo " Compiler flags: ${CFLAGS}"
echo "Preprocessor flags: ${CPPFLAGS}"
echo " Linker flags: ${LDFLAGS}"
echo " Libraries: ${LIBS}"
if test ! -z "${CHANNELLIBS}"; then
echo " +for channels: ${CHANNELLIBS}"
fi
if test ! -z "${LIBFIDO2}"; then
echo " +for FIDO2: ${LIBFIDO2}"
fi
if test ! -z "${SSHDLIBS}"; then
echo " +for sshd: ${SSHDLIBS}"
fi