fix --enable-openssh FIPS detection syntax in configure.ac

This commit is contained in:
Chris Conlon
2022-05-18 12:52:07 -06:00
parent 1026c7141e
commit 628a34a43d

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"