Fix an error message to be clearer.

Originally committed to SVN as r2777.
This commit is contained in:
Amar Takhar 2009-04-11 07:51:50 +00:00
parent d0b1ad983e
commit d642bb37ab
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,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 svn_version (file) or 'svnversion $srcdir'])
AC_MSG_FAILURE([unable to get SVN Revision from $srcdir/svn_version or 'svnversion $srcdir'])
fi
# This is required in order for the config file to work correctly.