configure: provide --with-wolfssl as an alias for --with-cyassl
authorDaniel Stenberg <daniel@haxx.se>
Wed, 25 Apr 2018 07:04:25 +0000 (09:04 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 26 Apr 2018 05:57:19 +0000 (07:57 +0200)
configure.ac

index cbb08650f3a08e22a0dfc722f18ee0ccd5835e8d..ace4fa4bccb5b20eba32cc1a72c2d05789559b63 100755 (executable)
@@ -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=