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-10-26 18:23:47 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2009-10-26 18:23:47 (GMT)
commit6b315f675daa4f45f30369ceceaa3b4fa4bf3691 (patch)
tree0a928f65951730c26349243c13ec4087ebb24a8c
parentd8fdfb322c87c42ad2df71daf3eba4e1cfd20e66 (diff)
Bump poppler requirement to 0.12.0
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3e477e5..b72e750 100644
--- a/configure.ac
+++ b/configure.ac
@@ -453,7 +453,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.11.0
+ POPPLER_REQUIRED=0.12.0
PKG_CHECK_MODULES(POPPLER, poppler-glib >= $POPPLER_REQUIRED libxml-2.0 >= $LIBXML_REQUIRED,enable_pdf=yes,enable_pdf=no)
if test "x$enable_pdf" = "xyes"; then