From: Carlos Garcia Campos Date: Mon, 26 Oct 2009 18:23:47 +0000 (+0100) Subject: Bump poppler requirement to 0.12.0 X-Git-Tag: EVINCE_2_29_1~2 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=6b315f675daa4f45f30369ceceaa3b4fa4bf3691;p=evince.git Bump poppler requirement to 0.12.0 --- 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