From 35ef7f4093144f2abd06dce776718fe797fda5fa Mon Sep 17 00:00:00 2001 From: Andras Fekete Date: Wed, 15 May 2024 15:16:24 -0400 Subject: [PATCH] There is no default defined. Expected to be unset --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 353110418..b566d04ff 100644 --- a/configure.ac +++ b/configure.ac @@ -8308,7 +8308,7 @@ fi AC_ARG_WITH([max-ecc-bits], [AS_HELP_STRING([--with-max-ecc-bits=number],[number of bits to support for ECC algorithms])], [WITH_MAX_ECC_BITS=$withval], - [WITH_MAX_ECC_BITS="$DEFAULT_MAX_ECC_BITS"]) + ) if test -n "$WITH_MAX_ECC_BITS"; then if test "$WITH_MAX_ECC_BITS" -lt 112 -o "$WITH_MAX_ECC_BITS" -gt 1024; then