diff options
author | Gleb Popov <6yearold@gmail.com> | 2020-10-18 19:24:52 +0400 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2020-10-19 09:47:51 +0200 |
commit | 19994e7aec92a0dd3448e7f680b6e820933cfdcc (patch) | |
tree | 9cd35b68667b9962254bcc9bdc45e46c1205b888 /configure.ac | |
parent | db49cdcf2f367e27ed8fb5f1619f0b41f2c63fd2 (diff) |
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@collabora.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |