1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

configure: provide --with-wolfssl as an alias for --with-cyassl

This commit is contained in:
Daniel Stenberg 2018-04-25 09:04:25 +02:00
parent 84358e4c64
commit 521dbfc6e6
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -2227,6 +2227,12 @@ AC_HELP_STRING([--with-cyassl=PATH],[where to look for CyaSSL, PATH points to th
AC_HELP_STRING([--without-cyassl], [disable CyaSSL detection]),
OPT_CYASSL=$withval)
dnl provide --with-wolfssl as an alias for --with-cyassl
AC_ARG_WITH(wolfssl,dnl
AC_HELP_STRING([--with-wolfssl=PATH],[where to look for WolfSSL, PATH points to the installation root (default: system lib default)])
AC_HELP_STRING([--without-wolfssl], [disable WolfSSL detection]),
OPT_CYASSL=$withval)
if test -z "$ssl_backends" -o "x$OPT_CYASSL" != xno; then
ssl_msg=