]> www.fi.muni.cz Git - evince.git/blobdiff - configure.ac
[pdf] Add support for Attachment annotations
[evince.git] / configure.ac
index d4fd9be316c22e1fbfa9bcb7575b51a246dc6428..a846d7797468ffe5b99a3d853c66ef311e99b9ce 100644 (file)
@@ -485,6 +485,7 @@ if test "x$enable_pdf" = "xyes"; then
            LIBS="$LIBS $POPPLER_LIBS"
            AC_CHECK_FUNCS(poppler_page_render)
            AC_CHECK_FUNCS(poppler_page_get_image)
+           AC_CHECK_FUNCS(poppler_annot_file_attachment_get_attachment)
            LIBS=$evince_save_LIBS
 
            PKG_CHECK_MODULES(CAIRO_PDF, cairo-pdf, enable_cairo_pdf=yes, enable_cairo_pdf=no)