summaryrefslogtreecommitdiff
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-06-15 11:01:56 +0200
commit90ef6c90b4311e41aa451c67c01523207466483c (patch)
tree6fd78fb5d06293fd39e71b0f011ac37a4d5e466a
parentf4fa13c6f1730d4945cc36799b3614c9132a610c (diff)
MPLv2 subset: Check for $ENABLE_POPPLER instead of $ENABLE_PDFIMPORT
Change-Id: Idbdd2a97cdcc7f874c12cff8e024214badda1522
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ffb9452cfce9..72bf635be317 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12737,7 +12737,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