Fix logic

This commit is contained in:
Sean Parkinson
2016-11-11 16:38:28 +10:00
parent abcd6af512
commit 478f279b3c

View File

@@ -1528,10 +1528,12 @@ AM_CONDITIONAL([BUILD_FIPS], [test "x$ENABLED_FIPS" = "xyes"])
# set sha224 default
SHA224_DEFAULT=no
if test "$host_cpu" = "x86_64"
then
if test "x$ENABLED_FIPS" = "xno"
then
SHA224_DEFAULT=yes
fi
SHA224_DEFAULT=$ENABLED_FIPS
fi
# SHA224
AC_ARG_ENABLE([sha224],