mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-20 18:46:19 +00:00
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:
parent
d90b1a79be
commit
26ecf0955a
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user