Remove the message about not asking for support with SVN revisions

Originally committed to SVN as r6779.
This commit is contained in:
Thomas Goyne 2012-05-14 13:21:53 +00:00
parent aee4657ece
commit fa70f15988
1 changed files with 0 additions and 10 deletions

View File

@ -194,16 +194,6 @@ if ! test "$1" = "--skip-configure"; then
$srcdir/configure $AUTOGEN_CONFIGURE_ARGS "$@"
RC=$?
echo
echo
echo "***********************************************************************"
echo "*"
echo "* Please do not ask for support when using the SVN verison of aegisub,"
echo "* download an official distfile in order to receive support."
echo "*"
echo "***********************************************************************"
echo
if test $RC -ne 0; then
echo
echo "Configure failed or did not finish!"