Kaydet (Commit) 05a4ca26 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

We don't build NSS for iOS and Android

Change-Id: Ice999350f91f6cde82d6a55e9ca470378d41c61f
üst 8bf2052d
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment