mirror of
https://github.com/curl/curl.git
synced 2026-04-27 09:12:12 +03:00
configure: fix typo in TLS error message
Reported-by: Pontus Lundkvist
This commit is contained in:
parent
25db8fa0d4
commit
47e169e7a4
1 changed files with 1 additions and 1 deletions
|
|
@ -265,7 +265,7 @@ dnl If no TLS choice has been made, check if it was explicitly disabled or
|
|||
dnl error out to force the user to decide.
|
||||
if test -z "$TLSCHOICE"; then
|
||||
if test "x$OPT_SSL" != "xno"; then
|
||||
AC_MSG_ERROR([select TLS backend(s) or disble TLS with --without-ssl.
|
||||
AC_MSG_ERROR([select TLS backend(s) or disable TLS with --without-ssl.
|
||||
|
||||
Select from these:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue