Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2007-07-30 15:43:30 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2007-07-30 15:43:30 (GMT)
commit6eb03f602ee62c901002c973b2b42b2fb208076b (patch)
treee798b9e93e32151bb6ece0fbba8f95c59b7bb9ed /configure.ac
parente18d18e0edb17b81d6716a0579bd058ec0e34002 (diff)
Require poppler_form_field_text_is_password from CVS
svn path=/trunk/; revision=2598
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 5b65fd7..83f1d68 100644
--- a/configure.ac
+++ b/configure.ac
@@ -251,6 +251,7 @@ if test "x$enable_pdf" = "xyes"; then
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)