configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 7fc847a99c25590cdc8c0629448e4d3979af94b6
Author: Mike Kaganski <[email protected]>
AuthorDate: Fri Nov 10 14:41:52 2023 +0100
Commit: Mike Kaganski <[email protected]>
CommitDate: Fri Nov 10 17:34:32 2023 +0100
Improve MPL subset directions text a bit
Change-Id: Ibf91009a2dea5a728bf27388168199e87a1d05d8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159233
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <[email protected]>
diff --git a/configure.ac b/configure.ac
index 39767d4e9da9..99fe7e311871 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14754,12 +14754,12 @@ if test "$enable_mpl_subset" = "yes"; then
fi
if test -n "$ENABLE_POPPLER"; then
if test "x$SYSTEM_POPPLER" = "x"; then
- mpl_error_string="$mpl_error_string$newline Need to disable PDF
import via poppler or use system library."
+ mpl_error_string="$mpl_error_string$newline Need to disable PDF
import via poppler (--disable-poppler) or use system library."
fi
fi
# cf. m4/libo_check_extension.m4
if test "x$WITH_EXTRA_EXTENSIONS" != "x"; then
- mpl_error_string="$mpl_error_string$newline Need to disable extra
extensions '$WITH_EXTRA_EXTENSIONS'."
+ mpl_error_string="$mpl_error_string$newline Need to disable extra
extensions enabled using --enable-ext-XXXX."
fi
denied_themes=
for theme in $WITH_THEMES; do