summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2023-11-10 14:41:52 +0100
committerMike Kaganski <mike.kaganski@collabora.com>2023-11-10 17:34:32 +0100
commit7fc847a99c25590cdc8c0629448e4d3979af94b6 (patch)
tree630c0761e230fe3e4a428e7ba6ca79274a89113d /configure.ac
parent6976c0ad33d44213417e88dc1aada88c6a5b2d8f (diff)
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 <mike.kaganski@collabora.com>
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 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