summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-11-05 10:49:25 +0200
committerTor Lillqvist <tml@collabora.com>2013-11-05 10:49:34 +0200
commit05a4ca26a66fbcce879a313e827863c0267cb7c8 (patch)
tree4646773be90fb47975e06f1e94972cf770e187a9 /configure.ac
parent8bf2052de8516a76926b7885621ec001616018fc (diff)
We don't build NSS for iOS and Android
Change-Id: Ice999350f91f6cde82d6a55e9ca470378d41c61f
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 1c569aff7719..3a398e61aa6f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8784,6 +8784,10 @@ nss - Mozilla's Network Security Services (NSS)
])
;;
esac
+elif test $_os = iOS -o $_os = Android; then
+ # We don't build NSS for iOS and Android
+ AC_DEFINE(USE_TLS_OPENSSL)
+ TLS=OPENSSL
else
# default to using NSS, it results in smaller oox lib
AC_DEFINE(USE_TLS_NSS)