[Libreoffice-commits] core.git: configure.ac
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sat Mar 9 16:16:55 UTC 2019
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d5c42f636ee1bd35d84ec266be61a2e34f639958
Author: Andras Timar <andras.timar at collabora.com>
AuthorDate: Sat Mar 9 12:01:57 2019 +0100
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Sat Mar 9 17:16:34 2019 +0100
MPLv2 subset: Check for $ENABLE_POPPLER instead of $ENABLE_PDFIMPORT
Change-Id: Idbdd2a97cdcc7f874c12cff8e024214badda1522
Reviewed-on: https://gerrit.libreoffice.org/68973
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar at collabora.com>
diff --git a/configure.ac b/configure.ac
index 715c213de85f..7f63ecd0f7db 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12561,7 +12561,7 @@ if test "$enable_mpl_subset" = "yes"; then
if test "$WITH_WEBDAV" = "neon"; then
AC_MSG_ERROR([need --with-webdav=serf or --without-webdav - webdav support.])
fi
- if test -n "$ENABLE_PDFIMPORT"; then
+ if test -n "$ENABLE_POPPLER"; then
if test "x$SYSTEM_POPPLER" = "x"; then
AC_MSG_ERROR([need to disable PDF import via poppler or use system library])
fi
More information about the Libreoffice-commits
mailing list