Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3702 in orxonox.OLD for orxonox/branches/textEngine/configure.ac


Ignore:
Timestamp:
Mar 31, 2005, 10:43:04 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/textEngine: test for SDL_ttf is now as it should be

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/textEngine/configure.ac

    r3701 r3702  
    398398###################################
    399399
    400 #-----------#
    401 # SDL_Image #
    402 #-----------#
    403 #if test x$def_sdl_ttf = xyes; then
     400#---------#
     401# SDL_ttf #
     402#---------#
    404403# checking for SDL_ttf-headers
    405   AC_CHECK_HEADERS([SDL/SDL_ttf.h] ,,
    406       [echo "sdl_ttf not found. falling back to other options"; def_sdl_ttf=no ])
     404  AC_CHECK_HEADERS([SDL_ttf.h] ,,
     405      [AC_MSG_ERROR([cannot find SDL_ttf header.])])
    407406#fi
    408 #if test x$def_sdl_ttf = xyes; then
    409407# checking for SDL_ttf-lib
    410408  AC_CHECK_LIB([SDL_ttf], [main], [FOUND_SDL_ttf=yes])
     
    418416        exit -1
    419417     fi   
    420 #fi
    421 
    422418
    423419#-----------#
Note: See TracChangeset for help on using the changeset viewer.