X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=configure.ac;h=6f7460b52f0e0025f48e8608aa20aaadf4d118bb;hb=7f09d6fafebe4fcaee4878eea41dd23150a3d8e5;hp=88628b5757020651831f0697cfaefd41c225fadd;hpb=c22efad906911b3af9dbad0b7a422ad5bdcdf635;p=evince.git diff --git a/configure.ac b/configure.ac index 88628b57..6f7460b5 100644 --- a/configure.ac +++ b/configure.ac @@ -366,7 +366,6 @@ if test "x$enable_pdf" = "xyes"; then evince_save_LIBS=$LIBS LIBS="$LIBS $POPPLER_LIBS" AC_CHECK_FUNCS(poppler_page_render) - AC_CHECK_FUNCS(poppler_layers_iter_new) LIBS=$evince_save_LIBS PKG_CHECK_MODULES(CAIRO_PDF, cairo-pdf, enable_cairo_pdf=yes, enable_cairo_pdf=no)