Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-05-12 09:08:43 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2009-05-12 09:08:43 (GMT)
commit6821de696db5b2d3225015b01d428ba8a0302960 (patch)
tree1638cbe6e80d74f1aaf011e80335e61ea5791ed1
parent0dd0c92a0acb3d4aaecb7fd56e6ca71e89fef54a (diff)
Bump poppler requirement to 0.11.0
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bbce39a..88628b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -355,7 +355,7 @@ AC_ARG_ENABLE(pdf,
[AC_HELP_STRING([--enable-pdf], [Compile with pdf support])],enable_pdf="$enableval",enable_pdf=yes)
if test "x$enable_pdf" = "xyes"; then
- POPPLER_REQUIRED=0.8.0
+ POPPLER_REQUIRED=0.11.0
PKG_CHECK_MODULES(POPPLER, poppler-glib >= $POPPLER_REQUIRED,enable_pdf=yes,enable_pdf=no)
if test "x$enable_pdf" = "xyes"; then