X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=configure.ac;h=3ddbdfe1da1166562b7c91720455b97eb247177a;hb=b39fbcf7b7c248bf2ab04d5ff86d17780194ae5d;hp=5c6d726ba9d75eb02db65fc3937697f66c8c8143;hpb=9d903b141b9ffd6e915e90322655ccf05e75e75d;p=evince.git diff --git a/configure.ac b/configure.ac index 5c6d726b..3ddbdfe1 100644 --- a/configure.ac +++ b/configure.ac @@ -216,6 +216,7 @@ 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) @@ -418,6 +419,7 @@ backend/tiff/Makefile cut-n-paste/Makefile cut-n-paste/evmountoperation/Makefile cut-n-paste/gedit-message-area/Makefile +cut-n-paste/gimpcellrenderertoggle/Makefile cut-n-paste/smclient/Makefile cut-n-paste/toolbar-editor/Makefile cut-n-paste/zoom-control/Makefile