]> www.fi.muni.cz Git - evince.git/blobdiff - configure.ac
[shell] Remove left over GtkPrinter
[evince.git] / configure.ac
index e84d30b8915060d6e82fae809602eb5a930e073b..0c9e38a51090caeffd4173ba80e72a3463020c29 100644 (file)
@@ -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.])