summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2019-03-09 12:01:57 +0100
committerAndras Timar <andras.timar@collabora.com>2019-03-09 17:16:34 +0100
commitd5c42f636ee1bd35d84ec266be61a2e34f639958 (patch)
tree273f3788b7b8ccfe1a9986a847683b264faa7b74 /configure.ac
parenttdf#98620 filter\ww8 export: spam bidi=LTR also (diff)
downloadcore-d5c42f636ee1bd35d84ec266be61a2e34f639958.tar.gz
core-d5c42f636ee1bd35d84ec266be61a2e34f639958.zip
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@collabora.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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