+2010-07-04 Grégoire Sutre <gregoire.sutre@gmail.com>
+
+ * configure.ac: Avoid == in test command, it's not portable.
+ * util/grub.d/30_os-prober.in: Likewise.
+
2010-07-04 Colin Watson <cjwatson@ubuntu.com>
* kern/emu/getroot.c [__GNU__]: Include <sys/mman.h> for munmap.
done
done
-if test "x$FONT_SOURCE" == x && ( test "x$platform" = xqemu || test "x$platform" = xyeeloong ); then
+if test "x$FONT_SOURCE" = x && ( test "x$platform" = xqemu || test "x$platform" = xyeeloong ); then
AC_MSG_ERROR([qemu and yeeloong ports need unifont])
fi