talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 0f24457ebe6bf2d3164e5f958a24deaaaba75bbf
parent 2b703d81489a7132f08ad0abcff6c58495f960cd
Author: Ricardo Mones <ricardo@mones.org>
Date:   Tue, 26 Nov 2013 09:13:26 +0100

Fix poppler required version accordingly

Set to 0.12 (released in 2009) and required for version check macros.
Anyway we were using defines only present in 0.14 without checking...

Diffstat:
Mconfigure.ac | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac @@ -1113,7 +1113,7 @@ AC_SUBST(GDATA_CFLAGS) AC_SUBST(GDATA_LIBS) dnl Poppler ******************************************************************** -PKG_CHECK_MODULES(POPPLER, poppler-glib >= 0.4.2, HAVE_POPPLER=yes, HAVE_POPPLER=no) +PKG_CHECK_MODULES(POPPLER, poppler-glib >= 0.12.0, HAVE_POPPLER=yes, HAVE_POPPLER=no) AC_SUBST(POPPLER_LIBS) AC_SUBST(POPPLER_CFLAGS)