* configure.ac: Move delimiter after the infos.
This commit is contained in:
parent
efa8640adb
commit
5136961498
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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 "*******************************************************"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue