Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3460 in orxonox.OLD for orxonox/trunk/configure.ac


Ignore:
Timestamp:
Mar 9, 2005, 1:13:33 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: should compile again:
reverted the state of orxonox:
svn merge trunk trunk -r 3458:3456

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/configure.ac

    r3457 r3460  
    388388fi
    389389
    390 #---------#
    391 # SDL_ttf #
    392 #---------#
    393 def_sdl_ttf=yes
    394 # checking for SDL_ttf-headers
    395   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; then
    399 # checking for SDL_ttf-lib
    400   AC_CHECK_LIB([SDL_ttf], [main], [FOUND_SDL_ttf=yes])
    401      if test x$FOUND_SDL_ttf = xyes ; then
    402        LIBS="$LIBS -lSDL_ttf"
    403      else
    404         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 -1
    409      fi   
    410 fi
    411 
    412390## case no SDL-image:
    413391if test x$def_sdl_image = xno; then
Note: See TracChangeset for help on using the changeset viewer.