Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)