[Libreoffice-commits] core.git: configure.ac
Gleb Popov (via logerrit)
logerrit at kemper.freedesktop.org
Mon Oct 19 07:48:28 UTC 2020
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 19994e7aec92a0dd3448e7f680b6e820933cfdcc
Author: Gleb Popov <6yearold at gmail.com>
AuthorDate: Sun Oct 18 19:24:52 2020 +0400
Commit: Mike Kaganski <mike.kaganski at collabora.com>
CommitDate: Mon Oct 19 09:47:51 2020 +0200
Add FreeBSD to the list of OSes that have OpenSSL in its base.
Change-Id: I9ebbaf78c06e23f1fc44d9b97547c0a5c990cd11
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104482
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>
diff --git a/configure.ac b/configure.ac
index 894efc1b7eaa..f26ab0b592d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10554,7 +10554,7 @@ if test "$enable_openssl" = "yes"; then
with_system_openssl=no
libo_CHECK_SYSTEM_MODULE([openssl],[OPENSSL],[openssl])
- elif test "$_os" = "NetBSD" -o "$_os" = "OpenBSD" -o "$_os" = "DragonFly" \
+ elif test "$_os" = "FreeBSD" -o "$_os" = "NetBSD" -o "$_os" = "OpenBSD" -o "$_os" = "DragonFly" \
&& test "$with_system_openssl" != "no"; then
with_system_openssl=yes
SYSTEM_OPENSSL=TRUE
More information about the Libreoffice-commits
mailing list