]> www.fi.muni.cz Git - evince.git/blobdiff - configure.ac
[shell] Propagate key events from EvWindow to EvView
[evince.git] / 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