From cc65d4bdd4dce52591e871f0632e40aeaa5f08df Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Thu, 08 Jul 2010 15:39:26 +0000 Subject: [pdf] Update to poppler API changes --- (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 5135ecb..8b7a286 100644 --- a/configure.ac +++ b/configure.ac @@ -481,6 +481,7 @@ if test "x$enable_pdf" = "xyes"; then evince_save_LIBS=$LIBS LIBS="$LIBS $POPPLER_LIBS" AC_CHECK_FUNCS(poppler_page_get_text_layout) + AC_CHECK_FUNCS(poppler_page_get_selected_text) LIBS=$evince_save_LIBS PKG_CHECK_MODULES(CAIRO_PDF, cairo-pdf, enable_cairo_pdf=yes, enable_cairo_pdf=no) if test x$enable_cairo_pdf = xyes; then -- cgit v0.9.1