summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelen <jjelen@redhat.com>2022-01-10 09:27:28 +0100
committerNIIBE Yutaka <gniibe@fsij.org>2022-01-11 14:38:20 +0900
commit83e58191d3d960b3efda960dd6fe50e8f0b02bda (patch)
treea15eb67c4165c45f29301b55912ccfe48e164110
parent2a8b3fed1a80e74dfb12c03e426373a300407eda (diff)
downloadlibgcrypt-83e58191d3d960b3efda960dd6fe50e8f0b02bda.tar.gz
configure: Fix help text for the fips module version
* configure.ac: Fix unmatched parenthesis and add more verbose description of the --with-fips-module-version configure option. -- GnuPG-bug-id: 5600 Fixes-commit: c74fde0c3f6114c594332fb28a09c7b817969231 Signed-off-by: Jakub Jelen <jjelen@redhat.com>
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 06629380..ea2d26ba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -608,7 +608,8 @@ AC_SUBST(DEF_HMAC_BINARY_CHECK)
# Implementation of the --with-fips-module-version.
AC_ARG_WITH(fips-module-version,
- [ --with-fips-module-version=VERSION)],
+ AS_HELP_STRING([--with-fips-module-version=VERSION],
+ [Specify the FIPS module version for the build]),
fips_module_version="$withval", fips_module_version="" )
AC_DEFINE_UNQUOTED(FIPS_MODULE_VERSION, "$fips_module_version",
[Define FIPS module version for certification])