summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-09-01 04:51:42 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-09-01 13:39:25 +0000
commitc1e066fda260d9ae8edfe789ce531a894d1ef134 (patch)
tree74dc103be5b1692473b197fc289a44a0d63efee6 /configure.ac
parent00bf7b7eee33b4a24e69c381a92459399a690f87 (diff)
fix enable-mpl-subset with --with-system-poppler
Change-Id: I2828d662769f95241ee5760bb657201851f3193e Reviewed-on: https://gerrit.libreoffice.org/18209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.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 d0097940b5b6..467f182ee1f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12972,7 +12972,7 @@ if test "$enable_mpl_subset" = "yes"; then
AC_MSG_ERROR([need to --disable-ext-mariadb-connector - mariadb/mysql support.])
fi
if test -n "$ENABLE_PDFIMPORT"; then
- if test "x$SYSTEM_POPPLER" != "x"; then
+ if test "x$SYSTEM_POPPLER" = "x"; then
AC_MSG_ERROR([need to disable PDF import via poppler or use system library])
fi
fi