summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMichael Stahl <mst@apache.org>2011-09-17 21:37:15 +0000
committerMichael Stahl <mst@apache.org>2011-09-17 21:37:15 +0000
commit5c4f2172d7dfd58b74a44beda315a98df394605e (patch)
tree00b106094d957bfb0b2d9f4492a46b0c4adf97fe /configure.in
parentfb047a3a65e7db79c69dc87cf39063cff7ce965b (diff)
#i92932# system openssl not detected on FreeBSD
# HG changeset patch # User Martin Hollmichel <mh@openoffice.org> # Date 1268740079 -3600 # Node ID 235721f30dea210f3a459ad32b26b17d4908f1f8 # Parent bcf21fcca01d774076475e3ac8bc3223ab5c016c
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 5bd89ad54c40..735be7258582 100644
--- a/configure.in
+++ b/configure.in
@@ -5060,7 +5060,7 @@ if test -n "$with_system_openssl" -o -n "$with_system_libs" && \
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"; then
+ if test "$_os" = "Darwin" -o "$_os" = "FreeBSD"; then
OPENSSL_CFLAGS=
OPENSSL_LIBS="-lssl -lcrypto"
else