]> www.fi.muni.cz Git - evince.git/blobdiff - configure.ac
Add image handling support. Fixes bugs #310008 and #325047. Images
[evince.git] / configure.ac
index cfd8d66cdefd83023395ac5523c0c6ba96921f06..aa7fd7d028b59072c5aa5d6f24d2763ad11f21d9 100644 (file)
@@ -212,6 +212,7 @@ if test "x$enable_pdf" = "xyes"; then
            LIBS="$LIBS $FRONTEND_LIBS"
            AC_CHECK_FUNCS(poppler_page_render)
            AC_CHECK_FUNCS(poppler_page_get_duration)
+           AC_CHECK_FUNCS(poppler_page_get_image_mapping)
            LIBS=$evince_save_LIBS
 
            PKG_CHECK_MODULES(CAIRO_PDF, cairo-pdf, enable_cairo_pdf=yes, enable_cairo_pdf=no)