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