summaryrefslogtreecommitdiff
path: root/m4
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 /m4
parent5a4c34d325a6206b1a353d54eb4c216fc84c2886 (diff)
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 'm4')
-rw-r--r--m4/libo_externals.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/libo_externals.m4 b/m4/libo_externals.m4
index 659b539dc539..f755358bb395 100644
--- a/m4/libo_externals.m4
+++ b/m4/libo_externals.m4
@@ -10,7 +10,7 @@ AC_DEFUN([libo_CHECK_SYSTEM_MODULE], [
AC_ARG_WITH(system-$1,
AS_HELP_STRING([--with-system-$1],
[Use $1 from operating system instead of building and bundling it.]),,
- ifelse([$6],,[with_system_$1="$with_system_libs"],[[$6]]))
+ [with_system_$1="$with_system_libs"])
AC_MSG_CHECKING([which $1 to use])
if test "$with_system_$1" = "yes"; then
AC_MSG_RESULT([external])