X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=configure.ac;h=3c015e11f4d96f6d81f9515830edc07c2cb754cf;hb=a90e38bd4aab8013c402e55753275f5b3408e103;hp=6e9d965abc56089a52d2356d454c74a346dff04a;hpb=e4cade4fd6b92cd26087ad1dce20c3839618275b;p=evince.git diff --git a/configure.ac b/configure.ac index 6e9d965a..3c015e11 100644 --- a/configure.ac +++ b/configure.ac @@ -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