configure.in |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit b31f9715ff0682b6ed4dcf230bf263da4468b00b
Author: LuboÅ¡ Luňák <[email protected]>
Date:   Tue Oct 2 18:21:46 2012 +0200

    poppler 0.20.0 makes sdext test fail, fail already in configure
    
    But I expect this was too much work to add when the first person
    ran into this.
    
    Change-Id: I8cc84ddec2ffaa76b408f9fb7102ab694347099d

diff --git a/configure.in b/configure.in
index fb54ec3..fba3bc2 100644
--- a/configure.in
+++ b/configure.in
@@ -9703,6 +9703,9 @@ if test "x$enable_ext_pdfimport" != "xno" -a 
"x$enable_extension_integration" !=
       AC_MSG_RESULT([external])
       SYSTEM_POPPLER=YES
       PKG_CHECK_MODULES( POPPLER, poppler >= 0.8.0 )
+      # sdext test fails with 0.20.0
+      PKG_CHECK_MODULES( POPPLER_NOT_0_20_0, poppler != 0.20.0,
+        , [AC_MSG_ERROR([Poppler 0.20.0 is broken, do not use 
--with-system-poppler or use a different version])])
       AC_LANG_PUSH([C++])
       save_CXXFLAGS=$CXXFLAGS
       save_CPPFLAGS=$CPPFLAGS
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to