mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
configure: fix typo in TLS error message
Reported-by: Pontus Lundkvist
This commit is contained in:
parent
25db8fa0d4
commit
47e169e7a4
@ -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…
Reference in New Issue
Block a user