[Libreoffice-commits] core.git: configure.ac

Miklos Vajna (via logerrit) logerrit at kemper.freedesktop.org
Tue Feb 25 21:28:54 UTC 2020


 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 047f66240c6b09a556a2aa3685507c05625ddd26
Author:     Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Tue Feb 25 15:44:24 2020 +0100
Commit:     Miklos Vajna <vmiklos at collabora.com>
CommitDate: Tue Feb 25 22:28:20 2020 +0100

    configure: fix outdated doc on --with-tls default
    
    This was changed in commit 133d59adf744b2279a7d59071ca834ac766b9719
    (configure: build oox with NSS backend by default, 2013-11-01), but the
    documentation was not updated.
    
    Change-Id: I468cb9a0274779318a7e1a86600fdef32756fa24
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89460
    Reviewed-by: Miklos Vajna <vmiklos at collabora.com>
    Tested-by: Jenkins

diff --git a/configure.ac b/configure.ac
index c2c528b750c6..973866050a4e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1652,8 +1652,8 @@ AC_ARG_WITH(tls,
     AS_HELP_STRING([--with-tls],
         [Decides which TLS/SSL and cryptographic implementations to use for
          LibreOffice's code. Notice that this doesn't apply for depending
-         libraries like "neon", for example. Default is to use OpenSSL
-         although NSS is also possible. Notice that selecting NSS restricts
+         libraries like "neon", for example. Default is to use NSS
+         although OpenSSL is also possible. Notice that selecting NSS restricts
          the usage of OpenSSL in LO's code but selecting OpenSSL doesn't
          restrict by now the usage of NSS in LO's code. Possible values:
          openssl, nss. Example: --with-tls="nss"]),


More information about the Libreoffice-commits mailing list