Fix typo. (from kovensky), should be merged to 2.1.9

Originally committed to SVN as r4164.
This commit is contained in:
Amar Takhar 2010-03-01 19:36:57 +00:00
parent d63dab8a3e
commit e4364ae6f9
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ elif test -f "$srcdir/svn_revision"; then
AC_MSG_RESULT([$SVN_REVISION from "$srcdir/svn_revision"])
else
AC_MSG_RESULT([not found])
AC_MSG_FAILURE([unable to get SVN Revision from $srcdir/svn_version or 'svnversion $srcdir'])
AC_MSG_FAILURE([unable to get SVN Revision from $srcdir/svn_reversion or 'svnversion $srcdir'])
fi
# This is required in order for the config file to work correctly.