configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 19994e7aec92a0dd3448e7f680b6e820933cfdcc
Author:     Gleb Popov <6year...@gmail.com>
AuthorDate: Sun Oct 18 19:24:52 2020 +0400
Commit:     Mike Kaganski <mike.kagan...@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.kagan...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to