]> www.fi.muni.cz Git - evince.git/commitdiff
Bump poppler requirement to 0.12.0
authorCarlos Garcia Campos <carlosgc@gnome.org>
Mon, 26 Oct 2009 18:23:47 +0000 (19:23 +0100)
committerCarlos Garcia Campos <carlosgc@gnome.org>
Mon, 26 Oct 2009 18:23:47 +0000 (19:23 +0100)
configure.ac

index 3e477e59e2ce37df9f194695be866626e358198f..b72e7505958c79d34b1a689722dd8088cdfd5cc2 100644 (file)
@@ -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