Changeset 3702 in orxonox.OLD for orxonox/branches/textEngine/configure
- Timestamp:
- Mar 31, 2005, 10:43:04 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/textEngine/configure
r3701 r3702 6107 6107 ################################### 6108 6108 6109 #-----------# 6110 # SDL_Image # 6111 #-----------# 6112 #if test x$def_sdl_ttf = xyes; then 6109 #---------# 6110 # SDL_ttf # 6111 #---------# 6113 6112 # checking for SDL_ttf-headers 6114 6113 6115 for ac_header in SDL /SDL_ttf.h6114 for ac_header in SDL_ttf.h 6116 6115 do 6117 6116 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` … … 6259 6258 6260 6259 else 6261 echo "sdl_ttf not found. falling back to other options"; def_sdl_ttf=no 6260 { { echo "$as_me:$LINENO: error: cannot find SDL_ttf header." >&5 6261 echo "$as_me: error: cannot find SDL_ttf header." >&2;} 6262 { (exit 1); exit 1; }; } 6262 6263 fi 6263 6264 … … 6265 6266 6266 6267 #fi 6267 #if test x$def_sdl_ttf = xyes; then6268 6268 # checking for SDL_ttf-lib 6269 6269 echo "$as_me:$LINENO: checking for main in -lSDL_ttf" >&5 … … 6338 6338 exit -1 6339 6339 fi 6340 #fi6341 6342 6340 6343 6341 #-----------#
Note: See TracChangeset
for help on using the changeset viewer.