From 6eb03f602ee62c901002c973b2b42b2fb208076b Mon Sep 17 00:00:00 2001 From: "Nickolay V. Shmyrev" Date: Mon, 30 Jul 2007 15:43:30 +0000 Subject: [PATCH] Require poppler_form_field_text_is_password from CVS svn path=/trunk/; revision=2598 --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 5b65fd7a..83f1d681 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) -- 2.43.5