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

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Wed Jul 24 09:59:14 UTC 2019


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

New commits:
commit 0280870788ad64460edfc0553245272cf8764f7a
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Mon Jul 22 15:37:42 2019 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Wed Jul 24 12:57:15 2019 +0300

    Clarify a warning
    
    Change-Id: I485efe5fae00c8ddfb250f5f794d789f91816d6b

diff --git a/configure.ac b/configure.ac
index 81b2bd497fe7..db7ca14c043a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9896,8 +9896,8 @@ else
     DISABLE_OPENSSL=TRUE
 
     # warn that although OpenSSL is disabled, system libraries may depend on it
-    AC_MSG_WARN([OpenSSL has been disabled. No code compiled by LibO will make use of it but system libraries may create indirect dependencies])
-    add_warning "OpenSSL has been disabled. No code compiled by LibO will make use of it but system libraries may create indirect dependencies"
+    AC_MSG_WARN([OpenSSL has been disabled. No code compiled here will make use of it but system libraries may create indirect dependencies])
+    add_warning "OpenSSL has been disabled. No code compiled here will make use of it but system libraries may create indirect dependencies"
 fi
 
 AC_SUBST([DISABLE_OPENSSL])


More information about the Libreoffice-commits mailing list