[Libreoffice-commits] core.git: configure.ac
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed Apr 17 08:49:20 UTC 2019
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 01e61ac30405697e2d48163850410cf1d9565ea3
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Apr 16 13:55:50 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Apr 17 10:48:20 2019 +0200
Fix typo
Change-Id: I0eb35ce0c19c0b235f61216c8d1894e668c8b33d
Reviewed-on: https://gerrit.libreoffice.org/70853
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/configure.ac b/configure.ac
index 355e85bedff9..1366ed2e0086 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9752,8 +9752,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 librares may create indirect dependencies])
- add_warning "OpenSSL has been disabled. No code compiled by LibO will make use of it but system librares may create indirect dependencies"
+ 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"
fi
AC_SUBST([DISABLE_OPENSSL])
More information about the Libreoffice-commits
mailing list