From 07330833c7e90d6b82f4dca2d4840547a25afe4c Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Thu, 14 May 2009 08:38:49 +0000 Subject: [pdf] Fix build with poppler without cairo support Fixes bug #582543 --- (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 880c57c..099c3a5 100644 --- a/configure.ac +++ b/configure.ac @@ -367,6 +367,7 @@ if test "x$enable_pdf" = "xyes"; then evince_save_LIBS=$LIBS LIBS="$LIBS $POPPLER_LIBS" AC_CHECK_FUNCS(poppler_page_render) + AC_CHECK_FUNCS(poppler_page_get_image) LIBS=$evince_save_LIBS PKG_CHECK_MODULES(CAIRO_PDF, cairo-pdf, enable_cairo_pdf=yes, enable_cairo_pdf=no) -- cgit v0.9.1