mirror of
https://github.com/moparisthebest/curl
synced 2025-01-10 21:48:10 -05:00
parent
521bbbe299
commit
8759e335ab
@ -1569,7 +1569,7 @@ AC_HELP_STRING([--without-amissl], [disable Amiga native SSL/TLS (AmiSSL)]),
|
|||||||
OPT_AMISSL=$withval)
|
OPT_AMISSL=$withval)
|
||||||
|
|
||||||
AC_MSG_CHECKING([whether to enable Amiga native SSL/TLS (AmiSSL)])
|
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
|
if test -z "$ssl_backends" -o "x$OPT_AMISSL" != xno; then
|
||||||
ssl_msg=
|
ssl_msg=
|
||||||
if test "x$OPT_AMISSL" != "xno"; then
|
if test "x$OPT_AMISSL" != "xno"; then
|
||||||
|
Loading…
Reference in New Issue
Block a user