Update mentionned irrlicht version in configure

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10230 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2011-11-20 00:17:11 +00:00
parent be1abb965e
commit 3a44c2cfff

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 3843 from irrlicht SVN trunk.])
While irrlicht 1.8 is not released, we recommend using version 3995 from irrlicht SVN trunk.])
else
echo "yes"
fi