Kaydet (Commit) d5c42f63 authored tarafından Andras Timar's avatar Andras Timar

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: 's avatarAndras Timar <andras.timar@collabora.com>
üst 08e78bc7
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment