From 479ac9953cc364161b7ec1541e6234223079d988 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Thu, 19 Jul 2007 17:58:44 +0000 Subject: Get max length of text form fields. 2007-07-19 Carlos Garcia Campos * configure.ac: * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field): Get max length of text form fields. svn path=/trunk/; revision=2575 --- (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 95cf1bd..d696787 100644 --- a/configure.ac +++ b/configure.ac @@ -250,6 +250,7 @@ if test "x$enable_pdf" = "xyes"; then 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) LIBS=$evince_save_LIBS PKG_CHECK_MODULES(CAIRO_PDF, cairo-pdf, enable_cairo_pdf=yes, enable_cairo_pdf=no) -- cgit v0.9.1