X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=configure.ac;h=0c9e38a51090caeffd4173ba80e72a3463020c29;hb=1535a8e52feeffa1ad445ca4f1b49b8e5f7b40dd;hp=e84d30b8915060d6e82fae809602eb5a930e073b;hpb=feb4c8d987dd7f21837c4256339ab2a962e14f0d;p=evince.git diff --git a/configure.ac b/configure.ac index e84d30b8..0c9e38a5 100644 --- a/configure.ac +++ b/configure.ac @@ -357,7 +357,7 @@ AC_ARG_ENABLE(pdf, if test "x$enable_pdf" = "xyes"; then POPPLER_REQUIRED=0.11.0 - PKG_CHECK_MODULES(POPPLER, poppler-glib >= $POPPLER_REQUIRED,enable_pdf=yes,enable_pdf=no) + PKG_CHECK_MODULES(POPPLER, poppler-glib >= $POPPLER_REQUIRED libxml-2.0 >= $LIBXML_REQUIRED,enable_pdf=yes,enable_pdf=no) if test "x$enable_pdf" = "xyes"; then AC_DEFINE([ENABLE_PDF], [1], [Enable pdf support.])