We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fae154 commit fbc120aCopy full SHA for fbc120a
configure.in
@@ -88,7 +88,7 @@ BB_ENABLE_DOXYGEN
88
# Enable cyassl?
89
AC_DEFUN([BB_CYASSL],
90
[
91
-AC_ARG_ENABLE(cyassl, [ --enable-cyassl enable documentation generation with doxygen (no)], [enable_cyassl=yes], [enable_cyassl=no])
+AC_ARG_ENABLE(cyassl, [ --enable-cyassl enable TLS support for auth server communication (no)], [], [enable_cyassl=no])
92
if test "x$enable_cyassl" = xyes; then
93
AC_CHECK_HEADERS(cyassl/ssl.h)
94
AC_SEARCH_LIBS([CyaSSLv23_client_method], [cyassl wolfssl], [], [
0 commit comments