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>2007-07-19 17:58:44 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2007-07-19 17:58:44 (GMT)
commit479ac9953cc364161b7ec1541e6234223079d988 (patch)
treef2f65119a54da865ec08f09914e15c8a7d676035 /configure.ac
parentf00d7c5897477b0b2bfa7ff7229c443ebb81a855 (diff)
Get max length of text form fields.
2007-07-19 Carlos Garcia Campos <carlosgc@gnome.org> * 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
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 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)