From: Josh Soref Date: Sun, 13 Jun 2021 21:35:10 +0000 (-0400) Subject: spelling: without X-Git-Tag: 1.8.0-rc.1~25^2~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1595554e420b0efa51f8dcaebb911d2eb2a37f89;p=thirdparty%2Fldns.git spelling: without Signed-off-by: Josh Soref --- diff --git a/configure.ac b/configure.ac index 18ea9612..12f1405c 100644 --- a/configure.ac +++ b/configure.ac @@ -497,7 +497,7 @@ case "$enable_gost" in AC_CHECK_FUNC(EVP_PKEY_set_type_str, [],[AC_MSG_ERROR([OpenSSL >= 1.0.0 is needed for GOST support or rerun with --disable-gost])]) AC_CHECK_FUNC(EC_KEY_new, [], [AC_MSG_ERROR([No ECC functions found in OpenSSL: please upgrade OpenSSL or rerun with --disable-gost])]) AC_CHECK_GOST_WORKS - AC_ARG_ENABLE(gost-anyway, AC_HELP_STRING([--enable-gost-anyway], [Enable GOST even whithout a GOST engine installed])) + AC_ARG_ENABLE(gost-anyway, AC_HELP_STRING([--enable-gost-anyway], [Enable GOST even without a GOST engine installed])) if test "$ac_cv_c_gost_works" != "no" -o "$enable_gost_anyway" = "yes"; then if test "$ac_cv_c_gost_works" = "no"; then AC_MSG_RESULT([no, but compiling with GOST support anyway])