diff options
author | Andras Timar <andras.timar@collabora.com> | 2019-03-09 12:01:57 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2019-03-09 17:16:34 +0100 |
commit | d5c42f636ee1bd35d84ec266be61a2e34f639958 (patch) | |
tree | 273f3788b7b8ccfe1a9986a847683b264faa7b74 /configure.ac | |
parent | 08e78bc7705042d896f0d7c1eddff81d14c35d56 (diff) |
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.ac | 2 |
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 |