X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=configure.ac;h=ce14c578295516a3c6e1e4ff720d6ac37f868b41;hb=c500456e3448832c7fc0f4436fe5a335b4afca5c;hp=f6b37be2bf168028ac386a9a0a85f043fe7fe4f5;hpb=4d1973b41cac86b367ddc7b03b6c3b42a957d411;p=evince.git diff --git a/configure.ac b/configure.ac index f6b37be2..ce14c578 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT([Evince],[0.8.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=evince],[evince]) +AC_INIT([Evince],[0.9.0],[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) @@ -249,6 +249,7 @@ if test "x$enable_pdf" = "xyes"; then AC_CHECK_FUNCS(poppler_page_render) AC_CHECK_FUNCS(poppler_page_get_duration) AC_CHECK_FUNCS(poppler_page_get_image_mapping) + AC_CHECK_FUNCS(poppler_page_render_selection_to_pixbuf) LIBS=$evince_save_LIBS PKG_CHECK_MODULES(CAIRO_PDF, cairo-pdf, enable_cairo_pdf=yes, enable_cairo_pdf=no)