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>2006-04-29 12:20:26 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-04-29 12:20:26 (GMT)
commit7dca53f0824e2e24079a000289120c55540272ed (patch)
tree5ea9f4c3db47cbbc1f6f60c51775ec7d71e1a6b3 /configure.ac
parent6b0baad9910e782e9a1be407869e39b4086dc58f (diff)
Fix for the bug #312573 – Optimal selection of current page among
* shell/ev-view.c: (view_update_range_and_current_page), (ev_view_scroll): Fix for the bug #312573 – Optimal selection of current page among visible pages.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 04bc517..e670809 100644
--- a/configure.ac
+++ b/configure.ac
@@ -221,7 +221,7 @@ if test "x$enable_djvu" = "xyes"; then
DJVULIBRE_REQUIRED=3.5.17
-PKG_CHECK_MODULES(DJVU, ddjvuapi >= 3.5.17, enable_djvu=yes, enable_djvu=no)
+PKG_CHECK_MODULES(DJVU, ddjvuapi >= $DJVULIBRE_REQUIRED, enable_djvu=yes, enable_djvu=no)
if test "x$enable_djvu" = "xyes"; then
AC_DEFINE([ENABLE_DJVU], [1], [Enable djvu viewer support.])