Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Mar 30, 2005, 9:14:35 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/textEngine: configure.ac adapded, and some minor changes at glfont

File:
1 edited

Legend:

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

    r3681 r3682  
    401401# SDL_Image #
    402402#-----------#
     403#if test x$def_sdl_ttf = xyes; then
     404# 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 ])
     407#fi
     408#if test x$def_sdl_ttf = xyes; then
     409# checking for SDL_ttf-lib
     410  AC_CHECK_LIB([SDL_ttf], [main], [FOUND_SDL_ttf=yes])
     411     if test x$FOUND_SDL_ttf = xyes ; then
     412       LIBS="$LIBS -lSDL_ttf"
     413     else
     414        echo "------------------"
     415        echo "SDL_ttf library not found."
     416        echo "please install the SDL_ttf library, which can be found at http://www.libsdl.org/projects/SDL_ttf/"
     417        echo "------------------"
     418        exit -1
     419     fi   
     420#fi
     421
     422
     423#-----------#
     424# SDL_Image #
     425#-----------#
    403426if test x$def_sdl_image = xyes; then
    404427# checking for SDL_image-headers
Note: See TracChangeset for help on using the changeset viewer.