* configure.ac: Move delimiter after the infos.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-07-11 14:54:49 +02:00
parent efa8640adb
commit 5136961498
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-07-11 Vladimir Serbinenko <phcoder@gmail.com>
* configure.ac: Move delimiter after the infos.
2013-07-11 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/bus/usb/usbhub.c: Fix recheck logic.

View File

@ -1292,10 +1292,10 @@ echo "Without unifont"
else
echo "With unifont from $FONT_SOURCE"
fi
echo "*******************************************************"
if test "x$LIBLZMA" = x ; then
echo "Without liblzma (no support for XZ-compressed mips images)"
else
echo "With liblzma from $LIBLZMA (support for XZ-compressed mips images)"
fi
echo "*******************************************************"
]