[build] fix typo in option description for wolfSSL

(thx avij)
This commit is contained in:
Glenn Strauss 2020-09-04 19:44:26 -04:00
parent a3af9833c6
commit ceddd40ad6
1 changed files with 1 additions and 1 deletions

View File

@ -705,7 +705,7 @@ AC_MSG_NOTICE([----------------------------------------])
AC_MSG_CHECKING([for wolfSSL])
AC_ARG_WITH([wolfssl],
[AC_HELP_STRING([--with-wolfssl@<:@=DIR@:>@],
[Include openssl support (default no)]
[Include wolfSSL support (default no)]
)],
[WITH_WOLFSSL=$withval],
[WITH_WOLFSSL=no]