summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-06-23 11:03:57 +0200
committerraveit65 <[email protected]>2016-06-24 20:48:20 +0200
commit4ab1caf161e444fa5a7f365052561455c2845090 (patch)
tree29cbb26fa9a17fbafd2d0a3e7add29123d2d36f0 /configure.ac
parent8ee95fa1cdd5e43177fd1786a5b9fef37061ada0 (diff)
downloadatril-4ab1caf161e444fa5a7f365052561455c2845090.tar.bz2
atril-4ab1caf161e444fa5a7f365052561455c2845090.tar.xz
configure: Bump poppler requirements to 0.18.0
follow: https://git.gnome.org/browse/evince/commit/?id=6f070cf
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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