From 501b9e4bf41b1c430ec8826b25b4cb36e9315f91 Mon Sep 17 00:00:00 2001 From: Vladimir 'phcoder' Serbinenko Date: Fri, 25 May 2012 00:28:43 +0200 Subject: [PATCH] * configure.ac: Fix djvu font detection. --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f28bc2e7a..967d2ebc6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-05-24 Vladimir Serbinenko + + * configure.ac: Fix djvu font detection. + 2012-05-23 Vladimir Serbinenko * grub-core/normal/misc.c (grub_normal_print_device_info): Dsiplay diff --git a/configure.ac b/configure.ac index 4161ec442..71479d76a 100644 --- a/configure.ac +++ b/configure.ac @@ -938,7 +938,7 @@ if test x$enable_grub_mkfont = xno; then starfield_excuse="No grub-mkfont" fi -if test x"$starfield_excuse" != x; then +if test x"$starfield_excuse" = x; then for ext in pcf pcf.gz bdf bdf.gz ttf ttf.gz; do for dir in . /usr/src /usr/share/fonts/X11/misc /usr/share/fonts/truetype/ttf-dejavu /usr/share/fonts/dejavu; do if test -f "$dir/DejaVuSans.$ext"; then