]> www.fi.muni.cz Git - evince.git/commitdiff
Bump poppler requirement to 0.11.0
authorCarlos Garcia Campos <carlosgc@gnome.org>
Tue, 12 May 2009 09:08:43 +0000 (11:08 +0200)
committerCarlos Garcia Campos <carlosgc@gnome.org>
Tue, 12 May 2009 09:08:43 +0000 (11:08 +0200)
configure.ac

index bbce39a207420160e12fede704a74bb59bd022c2..88628b5757020651831f0697cfaefd41c225fadd 100644 (file)
@@ -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