diff options
-rw-r--r-- | config_host/config_features.h.in | 3 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/config_host/config_features.h.in b/config_host/config_features.h.in index d631ae1c0e42..c66435a12007 100644 --- a/config_host/config_features.h.in +++ b/config_host/config_features.h.in @@ -113,7 +113,8 @@ * * Prevents attempts by LibreOffice to write into its installation. That means * at least that no "system-wide" extensions can be added, if the location for - * them is the traditional one. Experimental work in progress, not actually implemented. + * them is the traditional one right in the middle of the installation. + * Probably not completely implemented. */ #define HAVE_FEATURE_READONLY_INSTALLSET 0 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, |