]> www.fi.muni.cz Git - evince.git/blobdiff - configure.ac
Preliminary support for adding new annotations
[evince.git] / configure.ac
index 6e9d965abc56089a52d2356d454c74a346dff04a..3c015e11f4d96f6d81f9515830edc07c2cb754cf 100644 (file)
@@ -482,6 +482,7 @@ if test "x$enable_pdf" = "xyes"; then
            LIBS="$LIBS $POPPLER_LIBS"
            AC_CHECK_FUNCS(poppler_page_get_text_layout)
            AC_CHECK_FUNCS(poppler_page_get_selected_text)
+           AC_CHECK_FUNCS(poppler_page_add_annot)
            LIBS=$evince_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