summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-10-02 18:21:46 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-10-02 18:24:25 +0200
commitb31f9715ff0682b6ed4dcf230bf263da4468b00b (patch)
treeb19b97e558b23ec815999f0e3198b130851b3b69
parent9b95cd5ada9aeb92eaf29bd8a03dfa186bc79ac2 (diff)
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
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index fb54ec32e3eb..fba3bc244c71 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