]> www.fi.muni.cz Git - evince.git/commitdiff
Require poppler_form_field_text_is_password from CVS
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Mon, 30 Jul 2007 15:43:30 +0000 (15:43 +0000)
committerNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Mon, 30 Jul 2007 15:43:30 +0000 (15:43 +0000)
svn path=/trunk/; revision=2598

configure.ac

index 5b65fd7ad133274c1669c0225d381ccdfedc0a38..83f1d68120e2c4f062ff9bae6dd9bc5df414c302 100644 (file)
@@ -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)