Changeset 5296 in orxonox.OLD for trunk/configure
- Timestamp:
- Oct 7, 2005, 10:42:22 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/configure ¶
r5280 r5296 7987 7987 7988 7988 ## SDL-check 7989 #SDL_CFLAGS=`sdl-config --cflags`7990 #SDL_LIBS=`sdl-config --libs`7991 #CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"7992 #LIBS="$LIBS $SDL_LIBS"7989 SDL_CFLAGS=`sdl-config --cflags` 7990 SDL_LIBS=`sdl-config --libs` 7991 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS" 7992 LIBS="$LIBS $SDL_LIBS" 7993 7993 7994 7994 for ac_header in SDL/SDL.h … … 8146 8146 8147 8147 HAVE_SDL=yes 8148 LIBS="$LIBS -framework SDL"8148 # LIBS="$LIBS -framework SDL" 8149 8149 8150 8150 # checking for SDL-headers
Note: See TracChangeset
for help on using the changeset viewer.