Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-07-16 21:57:38 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-07-16 21:57:38 (GMT)
commit736c9452f53ff2fa38bf2a4c0fc747c2b8f80813 (patch)
treebfad9477aa7da77a14f43d9e6247c97278b36f9b /configure.ac
parent9533148f750a1dac26b6334562a586ec29b66ccf (diff)
Update djvu configure warning
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 3 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 2324258..c73417e 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