[openssh-commits] [openssh] 01/01: Include CHANNEL and FIDO2 libs in configure output
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Aug 4 22:02:18 AEST 2022
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 9385d277b787403be9dfcb229cf372202496d2f3
Author: Darren Tucker <dtucker at dtucker.net>
Date: Thu Aug 4 18:55:48 2022 +1000
Include CHANNEL and FIDO2 libs in configure output
---
configure.ac | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/configure.ac b/configure.ac
index 87fad708..e49e163b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list