From: Daniel Stenberg Date: Wed, 25 Apr 2018 07:04:25 +0000 (+0200) Subject: configure: provide --with-wolfssl as an alias for --with-cyassl X-Git-Tag: curl-7_60_0~57 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=521dbfc6e63020ea6dda03702ecb6987b955ba0b;p=thirdparty%2Fcurl.git configure: provide --with-wolfssl as an alias for --with-cyassl --- diff --git a/configure.ac b/configure.ac index cbb08650f3..ace4fa4bcc 100755 --- a/configure.ac +++ b/configure.ac @@ -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=