aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2021-12-05 18:58:56 +0100
committerMatthias Andree <matthias.andree@gmx.de>2021-12-05 18:58:56 +0100
commit36d4b3dd4f0bd6768c875f38b84afd4842760a2a (patch)
tree4c7803a983d6da707dc56a03c31721c3d254793f /configure.ac
parentc4419bdd2557321b268f6e105d511923b9a35936 (diff)
downloadfetchmail-36d4b3dd4f0bd6768c875f38b84afd4842760a2a.tar.gz
fetchmail-36d4b3dd4f0bd6768c875f38b84afd4842760a2a.tar.bz2
fetchmail-36d4b3dd4f0bd6768c875f38b84afd4842760a2a.zip
Minor documentation tweaks around wolfSSL/LibreSSL
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7cacff99..ec568a2b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -724,7 +724,7 @@ AM_CONDITIONAL(KERBEROS_V4_ENABLE, test "$KERBEROS_V4" = 1)
openssldefault=yes
AC_ARG_WITH(wolfssl,
[AS_HELP_STRING([--with-wolfssl={DIR|no}],
- [Use wolfSSL and its OpenSSL compatibility layer])],
+ [EXPERIMENTAL: Use wolfSSL and its OpenSSL compatibility layer])],
[with_wolfssl=$withval], [with_wolfssl=no])
if test "$with_wolfssl" != "no" ; then
if test -x "$WOLFSSL_CONFIG" ; then