From f73ef450f00bd6e8d89d4a102d7cb8447c67c8f1 Mon Sep 17 00:00:00 2001 From: Davide Capodaglio Date: Wed, 20 May 2009 16:02:03 +0000 Subject: [pdf] Parse xml metadata to detect PDF/A documents --- (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e84d30b..0c9e38a 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.]) -- cgit v0.9.1