From: Carlos Garcia Campos Date: Tue, 12 May 2009 09:08:43 +0000 (+0200) Subject: Bump poppler requirement to 0.11.0 X-Git-Tag: EVINCE_2_27_1~31 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=6821de696db5b2d3225015b01d428ba8a0302960;p=evince.git Bump poppler requirement to 0.11.0 --- diff --git a/configure.ac b/configure.ac index bbce39a2..88628b57 100644 --- a/configure.ac +++ b/configure.ac @@ -355,7 +355,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.8.0 + POPPLER_REQUIRED=0.11.0 PKG_CHECK_MODULES(POPPLER, poppler-glib >= $POPPLER_REQUIRED,enable_pdf=yes,enable_pdf=no) if test "x$enable_pdf" = "xyes"; then