Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-11-16 13:19:27 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2009-11-16 13:28:49 (GMT)
commita4bae5a203bdaff80f3001fba17bd2e93bca4ea5 (patch)
tree8e74e206e0888ee999eaff6326b57089e037b9e9 /configure.ac
parent69f04772d126cb1d81e5bfcc90897055aab312a5 (diff)
[pdf] Add support for Attachment annotations
See bgo#601839
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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)