configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c1e066fda260d9ae8edfe789ce531a894d1ef134
Author: Markus Mohrhard <[email protected]>
Date: Tue Sep 1 04:51:42 2015 +0200
fix enable-mpl-subset with --with-system-poppler
Change-Id: I2828d662769f95241ee5760bb657201851f3193e
Reviewed-on: https://gerrit.libreoffice.org/18209
Tested-by: Jenkins <[email protected]>
Reviewed-by: Markus Mohrhard <[email protected]>
Tested-by: Markus Mohrhard <[email protected]>
diff --git a/configure.ac b/configure.ac
index d009794..467f182 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
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits