From 9a29dfc8cb02516fa5dc1638d9994f8b8645d35a Mon Sep 17 00:00:00 2001 From: Daniel Pouzzner Date: Fri, 24 Jun 2022 16:08:38 -0500 Subject: [PATCH] fix whitespace. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 25a6f82f9..18e063154 100644 --- a/configure.ac +++ b/configure.ac @@ -370,7 +370,7 @@ AS_CASE([$ENABLED_FIPS], HAVE_FIPS_VERSION=5 HAVE_FIPS_VERSION_MINOR=3 ENABLED_FIPS="yes" - # for v5-dev, DEF_SP_MATH and DEF_FAST_MATH follow non-FIPS defaults (currently sp-math-all) + # for v5-dev, DEF_SP_MATH and DEF_FAST_MATH follow non-FIPS defaults (currently sp-math-all) ], [ AC_MSG_ERROR([Invalid value for --enable-fips "$ENABLED_FIPS" (main options: v1, v2, v5, ready, dev, rand, no, disabled)])