From 974a49f21845900f4ea154088a17b6b7e55a27e6 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Mon, 03 Sep 2007 20:58:54 +0000 Subject: Bump requirements to poppler 0.6 and drop all ifdefs used. Double and 2007-09-03 Carlos Garcia Campos * configure.ac: * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text), (pdf_selection_get_selection_region), (pdf_selection_get_selection_map), (ev_form_field_from_poppler_field): Bump requirements to poppler 0.6 and drop all ifdefs used. Double and triple click selections are enabled again now. svn path=/trunk/; revision=2661 --- (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c6849a0..49bc4e4 100644 --- a/configure.ac +++ b/configure.ac @@ -235,7 +235,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.5.9 + POPPLER_REQUIRED=0.6 PKG_CHECK_MODULES(POPPLER, poppler-glib >= $POPPLER_REQUIRED,enable_pdf=yes,enable_pdf=no) if test "x$enable_pdf" = "xyes"; then @@ -247,11 +247,6 @@ if test "x$enable_pdf" = "xyes"; then evince_save_LIBS=$LIBS LIBS="$LIBS $FRONTEND_LIBS" AC_CHECK_FUNCS(poppler_page_render) - dnl we need latest poppler cvs head, - dnl this function was the last to be added - AC_CHECK_FUNCS(poppler_form_field_button_get_button_type) - AC_CHECK_FUNCS(poppler_form_field_text_get_max_len) - AC_CHECK_FUNCS(poppler_form_field_text_is_password) LIBS=$evince_save_LIBS PKG_CHECK_MODULES(CAIRO_PDF, cairo-pdf, enable_cairo_pdf=yes, enable_cairo_pdf=no) -- cgit v0.9.1