mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 00:04:30 +02:00
Include CHANNEL and FIDO2 libs in configure output
This commit is contained in:
parent
141535b904
commit
9385d277b7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user