Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-05-14 08:38:49 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2009-05-14 08:38:49 (GMT)
commit07330833c7e90d6b82f4dca2d4840547a25afe4c (patch)
treea16dc65bda394c7a31b4305d097e164b52b7cf33 /configure.ac
parent6d6a66984b5f4467b02fe6b8f6d4370750f291cb (diff)
[pdf] Fix build with poppler without cairo support
Fixes bug #582543
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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)