forked from mia/Aegisub
Fix spelling error in configure script
Originally committed to SVN as r6022.
This commit is contained in:
parent
61b1741376
commit
78580c31ba
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ elif test -f "$srcdir/svn_revision"; then
|
||||||
AC_MSG_RESULT([$SVN_REVISION from "$srcdir/svn_revision"])
|
AC_MSG_RESULT([$SVN_REVISION from "$srcdir/svn_revision"])
|
||||||
else
|
else
|
||||||
AC_MSG_RESULT([not found])
|
AC_MSG_RESULT([not found])
|
||||||
AC_MSG_FAILURE([unable to get SVN Revision from $srcdir/svn_reversion or 'svnversion $srcdir'])
|
AC_MSG_FAILURE([unable to get SVN Revision from $srcdir/svn_revision or 'svnversion $srcdir'])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# This is required in order for the config file to work correctly.
|
# This is required in order for the config file to work correctly.
|
||||||
|
|
Loading…
Reference in a new issue