]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* configure.ac: Fix djvu font detection.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 24 May 2012 22:28:43 +0000 (00:28 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 24 May 2012 22:28:43 +0000 (00:28 +0200)
ChangeLog
configure.ac

index f28bc2e7ace7d9800890009c3541fff0c91196cb..967d2ebc67893f735acbc36e2cc27969e4c7032f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 4161ec442b77942cb88a9e744a8b8b6b440d36f3..71479d76a9b2c24c5bbc92fdf82b2db8feb787a4 100644 (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