diff options
author | infirit <[email protected]> | 2014-12-09 12:00:14 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-09 23:02:27 +0100 |
commit | 1a0f225a72ecc4b93b7681a9bf7e4aa7f06c04fc (patch) | |
tree | 2dd81172a7e52ce2cbe179a870f0401220b8c328 /configure.ac | |
parent | 46b86ecb197547fee555b8a46aa97c61dc676cee (diff) | |
download | atril-1a0f225a72ecc4b93b7681a9bf7e4aa7f06c04fc.tar.bz2 atril-1a0f225a72ecc4b93b7681a9bf7e4aa7f06c04fc.tar.xz |
[pdf] Update to poppler api changes
Linearized PopplerDocument property is now boolean rather than string.
Based on evince commit: f77e6cf4fd7fef49ac91d8c62b6a9a993529adb8
From: Carlos Garcia Campos <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index a37ca9b1..871248aa 100644 --- a/configure.ac +++ b/configure.ac @@ -496,6 +496,7 @@ if test "x$enable_pdf" = "xyes"; then AC_CHECK_FUNCS(poppler_page_get_text_layout) AC_CHECK_FUNCS(poppler_page_get_selected_text) AC_CHECK_FUNCS(poppler_page_add_annot) + AC_CHECK_FUNCS(poppler_document_is_linearized) LIBS=$atril_save_LIBS PKG_CHECK_MODULES(CAIRO_PDF, cairo-pdf, enable_cairo_pdf=yes, enable_cairo_pdf=no) if test x$enable_cairo_pdf = xyes; then |