build: Remove unnecessary newline

This commit is contained in:
Emmanuele Bassi 2010-09-20 11:30:23 +01:00
parent e3e08c0eaf
commit d9f762f525

View File

@ -116,6 +116,5 @@ cd $ORIGDIR || exit $?
if test -z "$NOCONFIGURE"; then
$srcdir/configure $AUTOGEN_CONFIGURE_ARGS "$@" || exit $?
echo
echo "Now type 'make' to compile $PROJECT."
fi