Removed checks for SDL_ttf.h during configuration.

This commit is contained in:
Philippe Plantier 2004-10-26 19:17:20 +00:00
parent b2900a6260
commit 20815a7f1e

View file

@ -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