Removed checks for SDL_ttf.h during configuration.
This commit is contained in:
parent
b2900a6260
commit
20815a7f1e
1 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue