From d3cf808c47ab4f1aa59cbc91da7a59b7c2d1b48a Mon Sep 17 00:00:00 2001 From: monsta Date: Thu, 20 Oct 2016 12:43:24 +0300 Subject: bump poppler version requirement to 0.22.0 because of new case-sensitive search feature --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 8445c9d5..bcc186d3 100644 --- a/configure.ac +++ b/configure.ac @@ -374,7 +374,7 @@ AC_ARG_ENABLE([pdf], [enable_pdf=yes]) if test "x$enable_pdf" = "xyes"; then - POPPLER_REQUIRED=0.18.0 + POPPLER_REQUIRED=0.22.0 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 -- cgit v1.2.1