* configure.ac: Fix djvu font detection.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-05-25 00:28:43 +02:00
parent 7026b0e278
commit 501b9e4bf4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-05-24 Vladimir Serbinenko <phcoder@gmail.com>
* configure.ac: Fix djvu font detection.
2012-05-23 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/normal/misc.c (grub_normal_print_device_info): Dsiplay

View File

@ -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