summaryrefslogtreecommitdiff
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 12:02:55 +0100
commit1493280f6c7ee89e63ef0b494bf1d9151a4bbc21 (patch)
treea6fec5099e30f83bc419c651648373d4e188be4f /configure.ac
parent267627002d54304c4e49b63d21dd906e79ebfa8d (diff)
MPLv2 subset: Check for $ENABLE_POPPLER instead of $ENABLE_PDFIMPORT
Change-Id: Idbdd2a97cdcc7f874c12cff8e024214badda1522
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 ca59940e1c31..6ff20698fcc6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12364,7 +12364,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