This is an automated email from the ASF dual-hosted git repository.

jim pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO42X by this push:
     new 239c1b9  Sometimes w/ need the "real" openssl, so allow for that in 
macOS
     new 01534ec  Merge branch 'AOO42X' of 
https://gitbox.apache.org/repos/asf/openoffice into AOO42X
239c1b9 is described below

commit 239c1b904645b3302dc5366e6bebead0b57c130d
Author: Jim Jagielski <[email protected]>
AuthorDate: Mon Dec 21 14:28:14 2020 -0500

    Sometimes w/ need the "real" openssl, so allow for that in macOS
---
 main/configure.ac | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/main/configure.ac b/main/configure.ac
index bcc1325..16d5c14 100644
--- a/main/configure.ac
+++ b/main/configure.ac
@@ -5019,16 +5019,11 @@ AC_SUBST(NSS_LIBS)
 dnl ===================================================================
 dnl Check for system openssl
 dnl ===================================================================
-if test "$_os" = "Darwin" && test "$with_system_openssl" != "no"; then
-   with_system_openssl=yes
-fi
 AC_MSG_CHECKING([which libssl to use])
 if test -n "$with_system_openssl" -o -n "$with_system_libs" && \
         test "$with_system_openssl" != "no"; then
     AC_MSG_RESULT([external])
-    # Mac OS builds should get out without extra stuff is the Mac porters'
-    # wish. And pkg-config is although Xcode ships a .pc for openssl
-    if test "$_os" = "Darwin" -o "$_os" = "FreeBSD"; then
+    if test "$_os" = "FreeBSD"; then
         OPENSSL_CFLAGS=
         OPENSSL_LIBS="-lssl -lcrypto"
     else

Reply via email to