[Libreoffice-commits] core.git: configure.ac

Markus Mohrhard markus.mohrhard at googlemail.com
Tue Sep 1 06:39:51 PDT 2015


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c1e066fda260d9ae8edfe789ce531a894d1ef134
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
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 <ci at libreoffice.org>
    Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
    Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>

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


More information about the Libreoffice-commits mailing list