X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=configure.ac;h=304219975be03d923d589d1aa2af04a4d23764e1;hb=4094f85bec2a1f27274e42411555fc1ede846775;hp=a299f09420dc42982fb526f35a4dbd65ac4b2055;hpb=592bc46cb8c4d56dd04c39ac87d287a0abcf6fa6;p=evince.git diff --git a/configure.ac b/configure.ac index a299f094..30421997 100644 --- a/configure.ac +++ b/configure.ac @@ -199,6 +199,10 @@ if test "x$enable_pdf" = "xyes"; then FRONTEND_LIBS="$FRONTEND_LIBS $POPPLER_LIBS" SHELL_LIBS="$SHELL_LIBS $POPPLER_LIBS" SHELL_CFLAGS="$SHELL_CFLAGS $POPPLER_CFLAGS" + evince_save_LIBS=$LIBS + LIBS="$LIBS $FRONTEND_LIBS" + AC_CHECK_FUNCS(poppler_page_render) + LIBS=$evince_save_LIBS else AC_MSG_WARN("PDF support is disabled since poppler-glib library version $POPPLER_REQUIRED or newer not found") fi