summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2018-05-22 01:45:06 +0300
committerTor Lillqvist <tml@collabora.com>2018-05-22 01:47:54 +0300
commit92664be7f876a5f219514cf598e7b4cd39a5b9c9 (patch)
tree558a37cd8d88452cf0d93255f7dc6970720e1bef /configure.ac
parent137c38a1ba01c51c421f695e1558d2c1499c6627 (diff)
Fix misleading comment: We do check HAVE_FEATURE_READONLY_INSTALLSET...
...at least in a couple of places, and at least for a sandboxed macOS build that check does its job, it prevents write attempts into the app bundle. Change-Id: I6d243d3e8a4c77f03a8265125aefd75becbf0998
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index fc07222114cb..f9202771c1b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1430,8 +1430,8 @@ AC_ARG_WITH(package-version,
libo_FUZZ_ARG_ENABLE(readonly-installset,
AS_HELP_STRING([--enable-readonly-installset],
[Prevents any attempts by LibreOffice to write into its installation. That means
- at least that no "system-wide" extensions can be added. Experimental work in
- progress.]),
+ at least that no "system-wide" extensions can be added. Partly experimental work in
+ progress, probably not fully implemented (but is useful for sandboxed macOS builds).]),
,)
libo_FUZZ_ARG_ENABLE(postgresql-sdbc,