[build] fix typo in option description for wolfSSL
(thx avij)
This commit is contained in:
parent
a3af9833c6
commit
ceddd40ad6
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue