]> www.fi.muni.cz Git - evince.git/blobdiff - configure.ac
Added comment for translators
[evince.git] / configure.ac
index 01b391d3339965480327acca875ac9f22e2cbeb5..cffed8763bd6cc9f2f763cb22b2a6584bbc9c516 100644 (file)
@@ -260,6 +260,7 @@ if test "x$enable_pdf" = "xyes"; then
            LIBS="$LIBS $POPPLER_LIBS"
            AC_CHECK_FUNCS(poppler_page_render)
            AC_CHECK_FUNCS(poppler_page_render_for_printing)
+           AC_CHECK_FUNCS(poppler_page_get_image)
            LIBS=$evince_save_LIBS
 
            PKG_CHECK_MODULES(CAIRO_PDF, cairo-pdf, enable_cairo_pdf=yes, enable_cairo_pdf=no)