]> www.fi.muni.cz Git - evince.git/commitdiff
Update djvu configure warning
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Sat, 16 Jul 2005 21:57:38 +0000 (21:57 +0000)
committerNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Sat, 16 Jul 2005 21:57:38 +0000 (21:57 +0000)
ChangeLog
configure.ac

index 96a3eb267fee99165477028d23473e4d9de0ce90..0e387212e94fe728c0b22042febaa258b7c5d2ce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * configure.ac:
+       
+       Fix required djvu version
+
 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
 
        *configure.ac: Hindi (hi) language added
index 232425809851758ae1be1ef7c68ac50afe6cc5f2..c73417e2639ef327275e7a7f0221cc736f0c31f4 100644 (file)
@@ -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