mirror of
https://github.com/curl/curl.git
synced 2026-07-22 17:47:17 +03:00
parent
521bbbe299
commit
8759e335ab
1 changed files with 1 additions and 1 deletions
|
|
@ -1569,7 +1569,7 @@ AC_HELP_STRING([--without-amissl], [disable Amiga native SSL/TLS (AmiSSL)]),
|
|||
OPT_AMISSL=$withval)
|
||||
|
||||
AC_MSG_CHECKING([whether to enable Amiga native SSL/TLS (AmiSSL)])
|
||||
if test "$HAVE_PROTO_BSDSOCKET_H" == "1"; then
|
||||
if test "$HAVE_PROTO_BSDSOCKET_H" = "1"; then
|
||||
if test -z "$ssl_backends" -o "x$OPT_AMISSL" != xno; then
|
||||
ssl_msg=
|
||||
if test "x$OPT_AMISSL" != "xno"; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue