Merge pull request #5155 from cconlon/configFix

Fix --enable-openssh FIPS detection syntax in configure.ac
This commit is contained in:
Daniel Pouzzner
2022-05-18 17:34:43 -05:00
committed by GitHub

View File

@@ -2758,7 +2758,7 @@ AC_ARG_ENABLE([ed25519-stream],
)
if (test "$ENABLED_OPENSSH" = "yes" && "x$ENABLED_FIPS" = "xno") || \
if (test "$ENABLED_OPENSSH" = "yes" && test "x$ENABLED_FIPS" = "xno") || \
test "$ENABLED_CHRONY" = "yes"
then
ENABLED_ED25519="yes"