]> www.fi.muni.cz Git - evince.git/blobdiff - configure.ac
Translation updated.
[evince.git] / configure.ac
index 391f0f6bc0c6bd5f93737d8f1adbf429e9c5252e..95cf1bde8e2dd6ea245297eb4e3e3e19f9d38450 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.57)
-AC_INIT([Evince],[0.9.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=evince],[evince])
+AC_INIT([Evince],[0.9.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=evince],[evince])
 AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-dist-gzip])
 
 AM_CONFIG_HEADER(config.h)
@@ -247,6 +247,9 @@ if test "x$enable_pdf" = "xyes"; then
            evince_save_LIBS=$LIBS
            LIBS="$LIBS $FRONTEND_LIBS"
            AC_CHECK_FUNCS(poppler_page_render)
+           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)
            LIBS=$evince_save_LIBS
 
            PKG_CHECK_MODULES(CAIRO_PDF, cairo-pdf, enable_cairo_pdf=yes, enable_cairo_pdf=no)