From 4ab1caf161e444fa5a7f365052561455c2845090 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 23 Jun 2016 11:03:57 +0200 Subject: configure: Bump poppler requirements to 0.18.0 follow: https://git.gnome.org/browse/evince/commit/?id=6f070cf --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 484ce716..f8da1411 100644 --- a/configure.ac +++ b/configure.ac @@ -375,7 +375,7 @@ AC_ARG_ENABLE([pdf], [enable_pdf=yes]) if test "x$enable_pdf" = "xyes"; then - POPPLER_REQUIRED=0.16.0 + POPPLER_REQUIRED=0.18.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