From 6b315f675daa4f45f30369ceceaa3b4fa4bf3691 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Mon, 26 Oct 2009 19:23:47 +0100 Subject: [PATCH] Bump poppler requirement to 0.12.0 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3e477e59..b72e7505 100644 --- a/configure.ac +++ b/configure.ac @@ -453,7 +453,7 @@ AC_ARG_ENABLE(pdf, [AC_HELP_STRING([--enable-pdf], [Compile with pdf support])],enable_pdf="$enableval",enable_pdf=yes) if test "x$enable_pdf" = "xyes"; then - POPPLER_REQUIRED=0.11.0 + POPPLER_REQUIRED=0.12.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 -- 2.43.0