diff options
author | Carlos Garcia Campos <cgarcia@igalia.com> | 2012-06-13 11:50:05 +0200 |
---|---|---|
committer | Carlos Garcia Campos <cgarcia@igalia.com> | 2012-06-15 10:18:00 +0200 |
commit | cec46956c89034ef6998c4328801e19668ba4565 (patch) | |
tree | 3dd83e4cbe28a18ab86742aca3a400dd3dd59452 | |
parent | 22c5eaf19da4cce54a4264d0a4f1977f8f6512e0 (diff) |
re-enable poppler buildxpdf303
It depends on poppler 0.20 that contains the xpdf 3.03 changes.
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 8b04d6ff..78953381 100644 --- a/configure.in +++ b/configure.in @@ -331,7 +331,7 @@ xpdf_include= if test "x$USE_POPPLER" = "xtrue"; then AC_DEFINE([HAVE_POPPLER],[1],[use poppler]) - #PKG_CHECK_MODULES([POPPLER],[poppler poppler-splash],,[poppler_pkgconfig=no]) + PKG_CHECK_MODULES([POPPLER],[poppler >= 0.20.0 poppler-splash >= 0.20.0],,[poppler_pkgconfig=no]) if test "x$poppler_pkgconfig" = "xno"; then AC_LANG_PUSH([C++]) AC_CHECK_HEADERS([OutputDev.h],[ |