X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=configure.ac;h=cffed8763bd6cc9f2f763cb22b2a6584bbc9c516;hb=4b8b5a5256ce8d73660a251bba6fa10591b4008b;hp=01b391d3339965480327acca875ac9f22e2cbeb5;hpb=60b8f6615b70c2f828c66641e01585ac791d5dc8;p=evince.git diff --git a/configure.ac b/configure.ac index 01b391d3..cffed876 100644 --- a/configure.ac +++ b/configure.ac @@ -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)