mirror of
https://github.com/curl/curl.git
synced 2026-08-02 08:30:30 +03:00
configure: remove double check for GnuTLS
`GNUTLS_ENABLED` was checked twice in the HTTPS-proxy support block, making the second check redundant. - also fix the "or upper" phrasing which is hard to understand Pointed out by the GitHub AI thing Closes #22307
This commit is contained in:
parent
9494750986
commit
d43d24beb1
2 changed files with 1 additions and 2 deletions
|
|
@ -289,7 +289,7 @@ if test "x$OPT_OPENSSL" != "xno"; then
|
|||
#endif
|
||||
]])
|
||||
],[],[
|
||||
AC_MSG_ERROR([OpenSSL 3.0.0 or upper required.])
|
||||
AC_MSG_ERROR([OpenSSL 3.0.0 or later required.])
|
||||
])
|
||||
fi
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue