]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* configure.ac: Refise build qemu_mips w/o unifont.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 14 Jan 2012 22:32:18 +0000 (23:32 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 14 Jan 2012 22:32:18 +0000 (23:32 +0100)
ChangeLog
configure.ac

index 25a328a511242064b787ef3308361484f7b8a277..03fd8b8080b96100339aab40ea78d5536f2a07ce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-01-14  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * configure.ac: Refise build qemu_mips w/o unifont.
+
 2012-01-14  Vladimir Serbinenko  <phcoder@gmail.com>
 
        Eliminate grub_min/grub_max prone to overflow usage.
index 014e2fb9472856d33851297ddf4569ef73dae362..bdaff3646a6360f84d313e2a62444922b0fcf72a 100644 (file)
@@ -234,7 +234,7 @@ for ext in pcf pcf.gz bdf bdf.gz ttf ttf.gz; do
   done
 done
 
-if test "x$FONT_SOURCE" = x && ( test "x$platform" = xqemu || test "x$platform" = xloongson ); then
+if test "x$FONT_SOURCE" = x && ( test "x$platform" = xqemu || test "x$platform" = xloongson || test "x$platform" = xqemu_mips); then
    AC_MSG_ERROR([qemu and loongson ports need unifont])
 fi