Changeset 3460 in orxonox.OLD for orxonox/trunk/configure.ac
- Timestamp:
- Mar 9, 2005, 1:13:33 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/configure.ac
r3457 r3460 388 388 fi 389 389 390 #---------#391 # SDL_ttf #392 #---------#393 def_sdl_ttf=yes394 # checking for SDL_ttf-headers395 AC_CHECK_HEADERS([SDL/SDL_ttf.h] ,,396 [echo "sdl_ttf not found."; def_sdl_ttf=no ])397 398 if test x$def_sdl_ttf = xyes; then399 # checking for SDL_ttf-lib400 AC_CHECK_LIB([SDL_ttf], [main], [FOUND_SDL_ttf=yes])401 if test x$FOUND_SDL_ttf = xyes ; then402 LIBS="$LIBS -lSDL_ttf"403 else404 echo "------------------"405 echo "SDL_ttf library not found."406 echo "please install the SDL_ttf library, which can be found at http://www.libsdl.org/projects/SDL_ttf/"407 echo "------------------"408 exit -1409 fi410 fi411 412 390 ## case no SDL-image: 413 391 if test x$def_sdl_image = xno; then
Note: See TracChangeset
for help on using the changeset viewer.