mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-02 18:05:39 +00:00
Removed checks for SDL_ttf.h during configuration.
This commit is contained in:
parent
b2900a6260
commit
20815a7f1e
@ -518,10 +518,10 @@ AC_CHECK_HEADER([SDL_net.h],
|
||||
[AC_MSG_ERROR([*** SDL_net include files not found!
|
||||
You should install development package.])])
|
||||
|
||||
AC_CHECK_HEADER([SDL_ttf.h],
|
||||
[],
|
||||
[AC_MSG_ERROR([*** SDL_ttf include files not found!
|
||||
You should install development package.])])
|
||||
#AC_CHECK_HEADER([SDL_ttf.h],
|
||||
# [],
|
||||
# [AC_MSG_ERROR([*** SDL_ttf include files not found!
|
||||
#You should install development package.])])
|
||||
|
||||
CPPFLAGS=$OLD_CPPFLAGS
|
||||
CXXFLAGS=$OLD_CXXFLAGS
|
||||
|
Loading…
x
Reference in New Issue
Block a user