From: Nickolay V. Shmyrev Date: Sat, 16 Jul 2005 21:57:38 +0000 (+0000) Subject: Update djvu configure warning X-Git-Tag: EVINCE_0_3_3~111 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=736c9452f53ff2fa38bf2a4c0fc747c2b8f80813;p=evince.git Update djvu configure warning --- diff --git a/ChangeLog b/ChangeLog index 96a3eb26..0e387212 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-07-17 Nickolay V. Shmyrev + + * configure.ac: + + Fix required djvu version + 2005-07-15 Rajesh Ranjan *configure.ac: Hindi (hi) language added diff --git a/configure.ac b/configure.ac index 23242580..c73417e2 100644 --- a/configure.ac +++ b/configure.ac @@ -192,13 +192,9 @@ if test "x$enable_djvu" = "xyes"; then AC_DEFINE([ENABLE_DJVU], [1], [Enable djvu viewer support.]) else AC_MSG_WARN([ -** Djvu support is disabled since recent version of djvulibre -** library was not found. To get proper djvu support you need to -** install development version of djvulibre. You can get it from -** anonymous CVS server on djvulibre.sf.net. Just use something -** like: - -** cvs -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/djvu co djvulibre-3.5 +** Djvu support is disabled since a recent version of the djvulibre +** library was not found. You need at least djvulibre-3.5.15 which +** can be found on http://djvulibre.djvuzone.org ]) fi fi