diff --git a/ChangeLog b/ChangeLog index 21ff3848c..60cc71a1a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-07-11 Vladimir Serbinenko + + * configure.ac: Move delimiter after the infos. + 2013-07-11 Vladimir Serbinenko * grub-core/bus/usb/usbhub.c: Fix recheck logic. diff --git a/configure.ac b/configure.ac index 060568d54..c9884d25b 100644 --- a/configure.ac +++ b/configure.ac @@ -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 "*******************************************************" ]