summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2022-09-08 13:51:07 +0300
committerTor Lillqvist <tml@collabora.com>2022-09-26 20:53:31 +0200
commitc9409ff2d467f0b29f0fa0a1f16e33bdf165bc1e (patch)
tree6efeec50c1352b7325d0b5976267a808309149ea /configure.ac
parentcui: fix crash in SpellDialog::SpellContinue_Impl (diff)
downloadcore-c9409ff2d467f0b29f0fa0a1f16e33bdf165bc1e.tar.gz
core-c9409ff2d467f0b29f0fa0a1f16e33bdf165bc1e.zip
Temporarily revert "tdf#147250 configure: default to --with-system-nss on..."
I am going to back-port some other commits that interfere with this, and will then re-apply this as part of that. This reverts commit 16ad0a66321530b185138af3a5b01b38c572e396. Change-Id: I4c1f84aef7eecbb4c69e91a4221ae7daac76f5de Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140048 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 1 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index 121af3c74626..910c6f6655b9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10505,15 +10505,7 @@ dnl ===================================================================
dnl Check for system NSS
dnl ===================================================================
if test "$enable_fuzzers" != "yes" -a "$enable_nss" = "yes"; then
- libo_CHECK_SYSTEM_MODULE([nss],[NSS],[nss >= 3.9.3 nspr >= 4.8],,,[
- case "$_os" in
- Linux)
- with_system_nss=yes
- ;;
- *)
- with_system_nss=no
- ;;
- esac])
+ libo_CHECK_SYSTEM_MODULE([nss],[NSS],[nss >= 3.9.3 nspr >= 4.8])
AC_DEFINE(HAVE_FEATURE_NSS)
ENABLE_NSS=TRUE
elif test $_os != iOS ; then