Updated recommended irrlicht version to be correct.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9273 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2011-07-15 11:36:41 +00:00
parent d54bed140f
commit 747489c917

View File

@ -318,7 +318,7 @@ AC_TRY_RUN(
if test x$irrlicht_min_version_met = xfalse; then
AC_MSG_ERROR([Your irrLicht is too old, please update irrLicht.
You need irrlicht 1.8.
While irrlicht 1.8 is not released, we recommend using version 3629 from irrlicht SVN trunk.])
While irrlicht 1.8 is not released, we recommend using version 3843 from irrlicht SVN trunk.])
else
echo "yes"
fi