diff options
author | Rene Engelhard <rene@debian.org> | 2012-10-31 18:00:18 +0100 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2012-10-31 18:01:01 +0100 |
commit | bb6a12caede53029ecb99810f2f58daae4e11af7 (patch) | |
tree | 7a1b7277efb6b8c36c6631629a856bd611738683 /configure.ac | |
parent | e5b645bc60a0b058632a75613d31db3398ed20f5 (diff) |
fix sdext build with poppler >= 0.19.x
Change-Id: I655e8e15c7f7a8c292b3a1820ee48c29e847d05a
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index d1dc1273c9a7..145569b95917 100644 --- a/configure.ac +++ b/configure.ac @@ -9788,9 +9788,6 @@ 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.x is broken, do not use --with-system-poppler or use a different version])]) AC_LANG_PUSH([C++]) save_CXXFLAGS=$CXXFLAGS save_CPPFLAGS=$CPPFLAGS |