From a4bae5a203bdaff80f3001fba17bd2e93bca4ea5 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Mon, 16 Nov 2009 13:19:27 +0000 Subject: [pdf] Add support for Attachment annotations See bgo#601839 --- (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d4fd9be..a846d77 100644 --- a/configure.ac +++ b/configure.ac @@ -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) -- cgit v0.9.1