diff --git a/ChangeLog b/ChangeLog index 25a328a51..03fd8b808 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-01-14 Vladimir Serbinenko + + * configure.ac: Refise build qemu_mips w/o unifont. + 2012-01-14 Vladimir Serbinenko Eliminate grub_min/grub_max prone to overflow usage. diff --git a/configure.ac b/configure.ac index 014e2fb94..bdaff3646 100644 --- a/configure.ac +++ b/configure.ac @@ -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