Improve autotools error message when SDL_ttf is missing or too old.

Fixes bug #13249

[[Split portion of a mixed commit.]]
This commit is contained in:
Daniel Franke 2009-03-29 09:16:31 +00:00
parent d90b1a79be
commit 26ecf0955a

View File

@ -562,7 +562,7 @@ int main (int argc, char **argv)
])],
[AC_MSG_RESULT(yes)],
[AC_MSG_RESULT(no)]
[AC_MSG_ERROR([*** Please upgrade your SDL version])],
[AC_MSG_ERROR([*** Please upgrade your SDL and/or SDL_ttf version])],
[AC_MSG_RESULT([not tested in cross-compiling])])
rm -f conf.sdltest